菜鸟教程小白 发表于 2022-12-13 14:55:18

ios - FaSTLane 交付说 iTunesConnect 上不存在捆绑标识符


                                            <p><p>我正在尝试使用 <code>faSTLane deliver</code> 将我的应用程序上传到 App Store,但它告诉我 Xcode 和 iTunesConnect 中的捆绑标识符不匹配,即使它们完全相同。为什么会发生这种情况,我可以做些什么来帮助自己找出原因?我知道我没有提供太多信息,但我什至不确定自己从哪里开始寻找。这是抛出的错误消息:</p>

<blockquote>
<p>Return status of iTunes Transporter was 1: ERROR ITMS-90054: &#34;This bundle is invalid. The bundle identifier cannot be changed from the previous version. If you want to change your bundle identifier, you will need to create a new application in iTunes Connect.&#34;
The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure.</p>
</blockquote>

<p>关于从哪里开始寻找的任何想法?谢谢!</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您在 iTunes Connect 上有多个应用程序吗?我遇到了同样的问题,但使用 <code>pilot</code>。我在 iTunes Connect 上有两个应用程序,出于某种原因,它试图上传到另一个应用程序。 </p>

<p>使用 Pilot,您会收到一条消息:</p>

<blockquote>
<p>Ready to upload new build to TestFlight (App: )</p>
</blockquote>

<p>我发现appId是错误的(您可以在iTunes Connect中的App Information -> General Information -> Apple ID下查看这些id)。</p>

<p>最终对我有用的是在运行 <code>pilot</code> 时指定 <code>app_identifier</code>(你的包标识符)。 </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - FaSTLane 交付说 iTunesConnect 上不存在捆绑标识符,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/42545025/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/42545025/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - FaSTLane 交付说 iTunesConnect 上不存在捆绑标识符