ios - Xcode-警告ITMS-90735-无效的可执行节-提交至App Store-LMLPHP

将应用程序上传到appstore时,我们在apploader日志中收到警告以下信息。

WARN: WARNING ITMS-90735: "Invalid Executable Section. As of October 1, 2018 apps must no longer contain executables that have a __DATA,__dyld section. The Mach-O file in bundle with identifier 'com.myapp' has the invalid section (__DATA,__dyld)."

感谢您提供有关此问题的任何帮助。

最佳答案

这很可能是由于您的应用依赖项中的BITCODE设置不同。例如。您的应用程序的ENABLE_BITCODE设置为NO,但是您的依赖项之一设置为YES

请参考此答案以获取更多详细信息:Xcode - Error ITMS-90635 - Invalid Mach-O in bundle - submitting to App store

关于ios - Xcode-警告ITMS-90735-无效的可执行节-提交至App Store,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/51740195/

10-13 05:58