菜鸟教程小白 发表于 2022-12-13 06:51:30

ios - Xcode 中缺少所需的 iOS 图标


                                            <p><p>我正在使用 <a href="http://appicontemplate.com/ios8" rel="noreferrer noopener nofollow">App Icon Template 4.1</a>据我所知,我满足了所有要求。我究竟做错了什么!? (除了苹果的说明,我在 <a href="http://stackoverflow.com" rel="noreferrer noopener nofollow">stackoverflow</a> 上查看了关于这些图标的其他问题,并按照他们的说明进行操作,但仍然无法正常工作……)</p>

<h2>Xcode appIconAssets 目录:</h2>

<p> <img src="/image/LSbPG.png" alt="Xcode appIcon asset catalog"/> </p>

<h2>提交到 Appstore 时 Xcode 错误:</h2>

<p> <img src="/image/8Njvw.png" alt="Xcode error when submitting to the Appstore"/> </p>

<h2>appIcons 的图片文件名:</h2>

<p> <img src="/image/HZOOi.png" alt="image file names of the appIcons v2"/> </p>

<h1>更新1:</h1>

<p>移除 CarPlay 图标无济于事……</p>

<h2>content.json 文件:</h2>

<p>(<a href="http://appicontemplate.com/ios8" rel="noreferrer noopener nofollow">App Icon Template 4.1</a> 自带)</p>

<pre><code>    {
&#34;images&#34; : [
    {
      &#34;size&#34; : &#34;29x29&#34;,
      &#34;idiom&#34; : &#34;iphone&#34;,
      &#34;filename&#34; : &#34;Icon-Small-1.png&#34;,
      &#34;scale&#34; : &#34;1x&#34;
    },
    {
      &#34;size&#34; : &#34;29x29&#34;,
      &#34;idiom&#34; : &#34;iphone&#34;,
      &#34;filename&#34; : &#34;[email protected]&#34;,
      &#34;scale&#34; : &#34;2x&#34;
    },
    {
      &#34;size&#34; : &#34;29x29&#34;,
      &#34;idiom&#34; : &#34;iphone&#34;,
      &#34;filename&#34; : &#34;[email protected]&#34;,
      &#34;scale&#34; : &#34;3x&#34;
    },
    {
      &#34;size&#34; : &#34;40x40&#34;,
      &#34;idiom&#34; : &#34;iphone&#34;,
      &#34;filename&#34; : &#34;[email protected]&#34;,
      &#34;scale&#34; : &#34;2x&#34;
    },
    {
      &#34;size&#34; : &#34;40x40&#34;,
      &#34;idiom&#34; : &#34;iphone&#34;,
      &#34;filename&#34; : &#34;[email protected]&#34;,
      &#34;scale&#34; : &#34;3x&#34;
    },
    {
      &#34;size&#34; : &#34;57x57&#34;,
      &#34;idiom&#34; : &#34;iphone&#34;,
      &#34;filename&#34; : &#34;Icon.png&#34;,
      &#34;scale&#34; : &#34;1x&#34;
    },
    {
      &#34;size&#34; : &#34;57x57&#34;,
      &#34;idiom&#34; : &#34;iphone&#34;,
      &#34;filename&#34; : &#34;[email protected]&#34;,
      &#34;scale&#34; : &#34;2x&#34;
    },
    {
      &#34;size&#34; : &#34;60x60&#34;,
      &#34;idiom&#34; : &#34;iphone&#34;,
      &#34;filename&#34; : &#34;[email protected]&#34;,
      &#34;scale&#34; : &#34;2x&#34;
    },
    {
      &#34;size&#34; : &#34;60x60&#34;,
      &#34;idiom&#34; : &#34;iphone&#34;,
      &#34;filename&#34; : &#34;[email protected]&#34;,
      &#34;scale&#34; : &#34;3x&#34;
    },
    {
      &#34;size&#34; : &#34;29x29&#34;,
      &#34;idiom&#34; : &#34;ipad&#34;,
      &#34;filename&#34; : &#34;Icon-Small.png&#34;,
      &#34;scale&#34; : &#34;1x&#34;
    },
    {
      &#34;size&#34; : &#34;29x29&#34;,
      &#34;idiom&#34; : &#34;ipad&#34;,
      &#34;filename&#34; : &#34;[email protected]&#34;,
      &#34;scale&#34; : &#34;2x&#34;
    },
    {
      &#34;size&#34; : &#34;40x40&#34;,
      &#34;idiom&#34; : &#34;ipad&#34;,
      &#34;filename&#34; : &#34;Icon-Small-40.png&#34;,
      &#34;scale&#34; : &#34;1x&#34;
    },
    {
      &#34;size&#34; : &#34;40x40&#34;,
      &#34;idiom&#34; : &#34;ipad&#34;,
      &#34;filename&#34; : &#34;[email protected]&#34;,
      &#34;scale&#34; : &#34;2x&#34;
    },
    {
      &#34;size&#34; : &#34;50x50&#34;,
      &#34;idiom&#34; : &#34;ipad&#34;,
      &#34;filename&#34; : &#34;Icon-Small-50.png&#34;,
      &#34;scale&#34; : &#34;1x&#34;
    },
    {
      &#34;size&#34; : &#34;50x50&#34;,
      &#34;idiom&#34; : &#34;ipad&#34;,
      &#34;filename&#34; : &#34;[email protected]&#34;,
      &#34;scale&#34; : &#34;2x&#34;
    },
    {
      &#34;size&#34; : &#34;72x72&#34;,
      &#34;idiom&#34; : &#34;ipad&#34;,
      &#34;filename&#34; : &#34;Icon-72.png&#34;,
      &#34;scale&#34; : &#34;1x&#34;
    },
    {
      &#34;size&#34; : &#34;72x72&#34;,
      &#34;idiom&#34; : &#34;ipad&#34;,
      &#34;filename&#34; : &#34;[email protected]&#34;,
      &#34;scale&#34; : &#34;2x&#34;
    },
    {
      &#34;size&#34; : &#34;76x76&#34;,
      &#34;idiom&#34; : &#34;ipad&#34;,
      &#34;filename&#34; : &#34;Icon-76.png&#34;,
      &#34;scale&#34; : &#34;1x&#34;
    },
    {
      &#34;size&#34; : &#34;76x76&#34;,
      &#34;idiom&#34; : &#34;ipad&#34;,
      &#34;filename&#34; : &#34;[email protected]&#34;,
      &#34;scale&#34; : &#34;2x&#34;
    },
    {
      &#34;idiom&#34; : &#34;car&#34;,
      &#34;size&#34; : &#34;120x120&#34;,
      &#34;scale&#34; : &#34;1x&#34;
    }
],
&#34;info&#34; : {
    &#34;version&#34; : 1,
    &#34;author&#34; : &#34;xcode&#34;
},
&#34;properties&#34; : {
    &#34;pre-rendered&#34; : true
}
}
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>删除不需要的 Carplay 图标。添加后似乎搞砸了。</p>

<p>您能否检查这些文件的尺寸是否正确:</p>

<pre><code>[email protected] is 152x152
Icon-76.png is 76x76
Icon-72.png is 72x72
Icon.png is 57x57
</code></pre>

<p>如果这不起作用,您可以发布 contents.json 文件的内容吗?</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - Xcode 中缺少所需的 iOS 图标,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/29955142/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/29955142/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - Xcode 中缺少所需的 iOS 图标