ios - 在 Xcode 7 中禁用 Bitcode 时无法将文件上传到应用程序商店

标签 ios xcode app-store bitcode

我的项目从 Unity 5.3.3 程序导出到 Xcode 7。与 android 版本相比,大小显着增加。启用选项 Bitcode 时从 60 mg 到 180 mb。当它被禁用时,它的文件大小为 70mg。但是当试图将文件上传到应用程序商店时不会让我这样做。 出现 iTunes 错误操作失败。 当我启用 Bitcode 时让我上传文件,但大小为 180mg,这太大了。

我希望你能告诉我如何禁用 Bitcode 而不会出错以将文件上传到应用商店

谢谢

最佳答案

1. Click Project in Target Section
2. Go To Build Setting
3. Search text Bitcode in search bar at top 
4. Set Yes to No for the Enable Bitcode

关于ios - 在 Xcode 7 中禁用 Bitcode 时无法将文件上传到应用程序商店,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36006545/

相关文章:

ios - iTunes Store Search API 中的空结果

ios - 如何在AppStore上删除 “Optimized for iPhone 5”

ios - 如何桥接 Objective-C initWithError : method into Swift

ios - 在应用程序启动时启动保存的状态(快速)

iphone - 从设备中删除应用程序后无法使用 nil 模型创建 NSPersistentStoreCoordinator

ios - 当我为我的 iOS 应用程序运行我的代码时,它停止了,就好像我设置了一个断点(没有错误)并且不会继续运行

iphone - 表格 View 占据了整个 View 而不是输入的宽度和高度

ios - StoreKit验证错误 21002 : The data in the receipt-data property was malformed

ios - Swift Sprite 套件 : How do I make it so that iAd displays a new add after a certain time interval?

ios - 无法呈现/推送另一个 View Controller