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

ios - 缺少 148x110 iMessage 图标


                                            <p><p>我正在尝试使用 Xcode 发布一个支持向 itunesconnect 发送消息的应用程序。每当我尝试发布文件时,都会收到错误消息“缺少应用程序图标。 bundle 不包含 iMessage 应用程序图标。iMessage 应用程序图标必须是 148x100 像素的 .png 格式”。</p>

<p>我没有看到可以放入文件的位置。我应该把它放在哪里?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您在 iMessage 中添加的图像应该是 Assets 中提到的大小。 <strong>“缺少 148x110 iMessage 图标”</strong> 表示您错过了 <strong>ipad pro 74*55</strong> <strong>pt</strong> 的 2x 图像图标,因为</p>

<blockquote>
<p><strong>2*(74*55) == 148*110</strong></p>
</blockquote>

<p>您必须在“ipad pro 74*55”的<strong>2x 部分添加以上尺寸的图片</strong></p>

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

<blockquote>
<p>You can change the size of the exist icon by below steps:-</p>
</blockquote>

<pre><code>i)Open Preview
ii)Select Adjust size
iii)Enter width &amp; Height 148*110 or according to other required sizes.
iv)Place images to appropriate places in Assets section.
</code></pre>

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

<p> <a href="/image/dTta1.png" rel="noreferrer noopener nofollow"><img src="/image/dTta1.png" alt="enter image description here"/></a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 缺少 148x110 iMessage 图标,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/39379692/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/39379692/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 缺少 148x110 iMessage 图标