在上传ipa包到App Store Connect时出现报错

报错:
The app references non-public selectors in Payload/***.app/***:ddSetLogLevel:
The app references non-public selectors in Payload/***.app/***:ddSetLogLevel:

大体意思是项目中存在 ddSetLogLevel:方法;该方法可能是SDK非公开的方法;

在项目中全局搜索替换成别的方法名即可解决该问题。

相关文章:

  • 2022-12-23
  • 2022-02-07
  • 2022-01-09
  • 2021-04-22
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-04-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案