菜鸟教程小白 发表于 2022-12-12 09:15:15

ios - `-fembed-bitcode` 尝试归档应用程序时出错


                                            <p><p>我正在尝试向 iTunes Connect 提交我客户的一个应用程序的新版本,但我收到了这个奇怪的错误</p>

<pre><code>-fembed-bitcode is not supported on versions of iOS prior to 6.0
</code></pre>

<p>这是我第一次使用 Xcode 7 提交该应用的新版本,过去我一直使用 Xcode 6 提交该应用的新版本。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>Bitcode 是一项新的 iOS 功能,支持动态重新编译上传的二进制文件,以支持 Applefuture 的设备和硬件配置。</p>

<p><strong>Xcode 7</strong> 在 <strong>Build Settings > Build Options</strong> 下有一个名为 <strong>Enable Bitcode</strong> 的选项,您可以在其中为您的应用启用或禁用它.</p>

<p>此外,您可以在 <strong>Pricing and Availability > Bitcode-Auto-Recompilation</strong> 下为您的应用在 <strong>iTunes Connect</strong> 中为您的应用设置一个设置。</p ></p>
                                   
                                                <p style="font-size: 20px;">关于ios - `-fembed-bitcode` 尝试归档应用程序时出错,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/33049643/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/33049643/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - `-fembed-bitcode` 尝试归档应用程序时出错