Xcode 管理器图标实际满足大小要求

发布于 2025-01-07 13:50:44 字数 496 浏览 2 评论 0原文

我正在尝试上传适用于 ipad 的报亭应用程序。我有一个 72x72 和 72 dpi 的图标文件。但是,当我尝试通过组织者提交它时,我收到一条错误,提示图标不符合尺寸要求,尺寸为 0x0。我检查了 Photoshop 和 Finder 以及 Xcode 中的元数据,并有效地表明尺寸为 72x72。

plist来源:

<key>CFBundlePrimaryIcon</key>
    <dict>
        <key>CFBundleIconFiles</key>
        <array>
            <string>MoD72.png</string>
        </array>
        <key>UIPrerenderedIcon</key>
        <false/>
    </dict>

I trying to upload a newsstand application for ipad. I have a icon file that is 72x72 and 72 dpi. But when I am trying to submit it trough the Organizer I got a error that says that the icon doesn't meet the size requirements and the size is 0x0. I have checked the metadata in photoshop and in Finder, also Xcode, and effectivily says that the size is 72x72.

The plist source:

<key>CFBundlePrimaryIcon</key>
    <dict>
        <key>CFBundleIconFiles</key>
        <array>
            <string>MoD72.png</string>
        </array>
        <key>UIPrerenderedIcon</key>
        <false/>
    </dict>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

究竟谁懂我的在乎 2025-01-14 13:50:44

重新安装应用程序加载器至最新版本。这是一个已知的错误,与您的图标图像无关。

Reinstall or update the Application Loader to the latest. This is a known bug and nothing to do with your icon images.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文