OStack程序员社区-中国程序员成长平台

标题: ios - 提交快速应用程序+框架时捆绑无效 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 16:36
标题: ios - 提交快速应用程序+框架时捆绑无效

我的应用在 swift 中,并且依赖于 swift+obj-C(包括 Parse 库)中的私有(private)框架(动态而非静态),该框架管理对 Parse.com API 的调用。

我关注了 tuto在工作区中构建我的应用程序。

代码在我的 iPhone 上运行良好。

存档很好(如果我取消选中“包含应用程序符号”或它像 here 一样失败)但我收到了来自 iTunes Connect 的邮件,其中包含以下消息:

Invalid Bundle - This app includes files that were built with bitcode enabled but without doing an Archive or Install build, possibly from a library or framework that was imported but not built as part of the project. Full bitcode content is only generated in an Archive or Install build.

Once these issues have been corrected, you can then redeliver the corrected binary.

我已经检查了 3 次并重新检查了我的build设置,但我找不到我错过的内容。

我的 session :



Best Answer-推荐答案


尝试禁用 Bitcode 支持

Project > Build Settings > All > Build Options > Enable Bitcode = NO

也许您的库是在没有 Bitcode 的情况下编译的,但是在 Xcode7 中默认情况下在您的项目中启用了上述设置

关于ios - 提交快速应用程序+框架时捆绑无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33108430/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4