上架前的坑-- Reveal 造成的问题:-non-public symbols in xxxxx

今天早上收到苹果的邮件:
Dear developer,
We have discovered one or more issues with your recent delivery for "xxxxxx". To process your delivery, the following issues must be corrected:
Non-public API usage:
The app references non-public symbols in xxxxx :*** _UICreateCGImageFromIOSurface***

If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed.
If you think this message was sent in error and that you have only used Apple-published APIs in accordance with the guidelines, send the app's nine-digit Apple ID, along with detailed information about why you believe the above APIs were incorrectly flagged, to appreview@apple.com. For further information, visit the Technical Support Information page.
Once these issues have been corrected, you can then redeliver the corrected binary.
Regards,

The App Store team

上网查了下 ,大概就是 Reveal 框架 与系统私有方法冲突导致上架失败

删除Reveal.framework和对应Other Linker Flags,Archive,上传,通过。
第一次使用Reveal​还是要小心,一定要设置好其在Debug模式下使用。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容