菜鸟教程小白 发表于 2022-12-12 16:36:30

ios - 提交快速应用程序+框架时捆绑无效


                                            <p><p>我的应用在 swift 中,并且依赖于 swift+obj-C(包括 Parse 库)中的私有(private)框架(动态而非静态),该框架管理对 Parse.com API 的调用。</p>
<p>我关注了 <a href="http://insert.io/framework-ios8-xcode6/" rel="noreferrer noopener nofollow">tuto</a>在工作区中构建我的应用程序。</p>
<p>代码在我的 iPhone 上运行良好。</p>
<p>存档很好(如果我取消选中“包含应用程序符号”或它像 <a href="https://forums.developer.apple.com/thread/14729" rel="noreferrer noopener nofollow">here</a> 一样失败)但我收到了来自 iTunes Connect 的邮件,其中包含以下消息:</p>
<blockquote>
<p>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.</p>
<p>Once these issues have been corrected, you can then redeliver the corrected binary.</p>
</blockquote>
<p>我已经检查了 3 次并重新检查了我的build设置,但我找不到我错过的内容。</p>
<p>我的 session :</p>
<ul>
<li>iOS9</li>
<li>Swift2</li>
<li>ObjC</li>
<li>XCode 版本 7.0 (7A220)</li>
<li>解析</li>
</ul></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>尝试禁用 Bitcode 支持</p>

<p><code>Project > Build Settings > All > Build Options > Enable Bitcode = NO</code></p>

<p>也许您的库是在没有 Bitcode 的情况下编译的,但是在 Xcode7 中默认情况下在您的项目中启用了上述设置</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 提交快速应用程序&#43;框架时捆绑无效,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/33108430/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/33108430/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 提交快速应用程序&#43;框架时捆绑无效