ios - Xcode - 警告 ITMS-90735 - 无效的可执行部分 - 提交到 App Store
<p><p> <a href="/image/5jFPS.png" rel="noreferrer noopener nofollow"><img src="/image/5jFPS.png" alt="enter image description here"/></a> </p>
<p>将应用上传到应用商店时,我们在应用加载程序日志中收到以下警告。 </p>
<pre><code>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)."
</code></pre>
<p>感谢您对此问题的任何帮助。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>这很可能是由于您的应用依赖项中的 BITCODE 设置不同。例如。您的应用已将 <code>ENABLE_BITCODE</code> 设置为 <code>NO</code>,但您的依赖项之一设置为 <code>YES</code>。</p>
<p>更多详情请引用这个答案:<a href="https://stackoverflow.com/questions/37613550/xcode-error-itms-90635-invalid-mach-o-in-bundle-submitting-to-app-store" rel="noreferrer noopener nofollow">Xcode - Error ITMS-90635 - Invalid Mach-O in bundle - submitting to App store</a> </p></p>
<p style="font-size: 20px;">关于ios - Xcode - 警告 ITMS-90735 - 无效的可执行部分 - 提交到 App Store,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/51740195/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/51740195/
</a>
</p>
页:
[1]