菜鸟教程小白 发表于 2022-12-13 11:19:59

ios - 将应用程序提交到应用程序商店时,iTunes 测试飞行问题


                                            <p><p>在将我的应用程序上传到最近更新到 Xcode 7.0 的应用程序商店时,我收到了来自 Apple Developer 的以下问题。更新到 Xcode 7.0 后第一次上传。这是我从 iTunes 收到的邮件。</p>

<blockquote>
<p>Dear developer,
We have discovered one or more issues with your recent delivery for
&#34;*********&#34;. To process your delivery, the following issues must be
corrected:</p>

<p>Invalid Bundle - A nested bundle doesn&#39;t have the right platforms
listed in CFBundleSupportedPlatforms Info.plist key.</p>

<p>Once these issues have been corrected, you can then redeliver the
corrected binary.</p>

<p>Regards,</p>

<p>The App Store team</p>
</blockquote>

<p>试图删除 info.plist 中的 <strong>CFBundleSupportedPlatforms</strong> 键,但同样的问题再次出现。帮我解决这个问题。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我解决了这个问题,如果有人遇到同样的问题,请按照以下步骤操作,可能对任何人都有用,</p>

<ol>
<li>从 info.plist 中删除 CFBundleSupportedPlatforms 和其他相关的 CFBundle 键(ITMS-90535 问题)。</li>
<li>info.plist 中的可执行文件键不应为空,应为 $(EXECUTABLE_NAME)。</li>
</ol>

<p>非常感谢。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 将应用程序提交到应用程序商店时,iTunes 测试飞行问题,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/33103069/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/33103069/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 将应用程序提交到应用程序商店时,iTunes 测试飞行问题