将应用程序上载到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)."
感谢您提供有关此问题的任何帮助。
答案 0 :(得分:2)
这很可能是由于您的应用依赖项中的BITCODE设置不同。例如。您的应用已将ENABLE_BITCODE
设置为NO
,但其中一个依赖项已设置为YES
。
有关更多详细信息,请参考此答案:Xcode - Error ITMS-90635 - Invalid Mach-O in bundle - submitting to App store