菜鸟教程小白 发表于 2022-12-12 17:42:58

上传到 App Store 时 iOS 缺少所需的图标文件


                                            <p><p>我使用 <a href="http://ionicframework.com/" rel="noreferrer noopener nofollow">Ionic</a> 构建了一个 iOS 应用程序和 <a href="http://cordova.apache.org/" rel="noreferrer noopener nofollow">Cordova</a> ,然后最终使用了<a href="https://build.phonegap.com" rel="noreferrer noopener nofollow">PhoneGap Build</a>打包应用程序。但是,当我尝试将应用上传到 App Store 时,出现以下错误:</p>

<p> <a href="/image/UMTut.png" rel="noreferrer noopener nofollow"><img src="/image/UMTut.png" alt="enter image description here"/></a> </p>

<p>首先我不明白第一个错误是什么意思,有一个 icon.png 文件。此外,其他图像也包含在包中。这是我定义图标的 config.xml 文件:</p>

<pre><code>&lt;platform name=&#34;ios&#34;&gt;
    &lt;icon src=&#34;resources\ios\icon\icon.png&#34; width=&#34;57&#34; height=&#34;57&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\[email protected]&#34; width=&#34;114&#34; height=&#34;114&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\icon-40.png&#34; width=&#34;40&#34; height=&#34;40&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\[email protected]&#34; width=&#34;80&#34; height=&#34;80&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\icon-50.png&#34; width=&#34;50&#34; height=&#34;50&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\[email protected]&#34; width=&#34;100&#34; height=&#34;100&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\icon-57.png&#34; width=&#34;57&#34; height=&#34;57&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\icon-60.png&#34; width=&#34;60&#34; height=&#34;60&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\[email protected]&#34; width=&#34;120&#34; height=&#34;120&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\[email protected]&#34; width=&#34;180&#34; height=&#34;180&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\icon-72.png&#34; width=&#34;72&#34; height=&#34;72&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\[email protected]&#34; width=&#34;144&#34; height=&#34;144&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\icon-76.png&#34; width=&#34;76&#34; height=&#34;76&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\[email protected]&#34; width=&#34;152&#34; height=&#34;152&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\icon-120.png&#34; width=&#34;120&#34; height=&#34;120&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\icon-152.png&#34; width=&#34;152&#34; height=&#34;152&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\icon-small.png&#34; width=&#34;29&#34; height=&#34;29&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\[email protected]&#34; width=&#34;58&#34; height=&#34;58&#34;/&gt;
    &lt;icon src=&#34;resources\ios\icon\[email protected]&#34; width=&#34;87&#34; height=&#34;87&#34;/&gt;
&lt;/platform&gt;
&lt;icon src=&#34;resources\ios\icon\[email protected]&#34;/&gt;
</code></pre>

<p>任何指针?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我遇到了类似的问题,并通过这样做解决了它:</p>

<ol>
<li>转到我的 ionic 项目的主文件夹</li>
<li>运行“ ionic 资源”</li>
<li>运行“ionic build ios --release”</li>
<li>在 XCode 上:存档 </li>
<li>来自主办方:上传到应用商店</li>
</ol></p>
                                   
                                                <p style="font-size: 20px;">关于上传到 App Store 时 iOS 缺少所需的图标文件,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/34290802/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/34290802/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: 上传到 App Store 时 iOS 缺少所需的图标文件