我正在尝试向 iTunes Connect 提交我客户的一个应用程序的新版本,但我收到了这个奇怪的错误
-fembed-bitcode is not supported on versions of iOS prior to 6.0
这是我第一次使用 Xcode 7 提交该应用的新版本,过去我一直使用 Xcode 6 提交该应用的新版本。
Best Answer-推荐答案 strong>
Bitcode 是一项新的 iOS 功能,支持动态重新编译上传的二进制文件,以支持 Apple future 的设备和硬件配置。
Xcode 7 在 Build Settings > Build Options 下有一个名为 Enable Bitcode 的选项,您可以在其中为您的应用启用或禁用它.
此外,您可以在 Pricing and Availability > Bitcode-Auto-Recompilation 下为您的应用在 iTunes Connect 中为您的应用设置一个设置。
关于ios - `-fembed-bitcode` 尝试归档应用程序时出错,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/33049643/
|