如何修复错误ITMS-90032:“无效的图像路径-在键"CFBundleIcons":"AppIcon60x60"下引用的路径上找不到图像? [英] How to fix ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon60x60'"?

查看:459
本文介绍了如何修复错误ITMS-90032:“无效的图像路径-在键"CFBundleIcons":"AppIcon60x60"下引用的路径上找不到图像?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我提出了申请,但是当我尝试提交时却出现了错误. 错误是ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon60x60'".

I made an application and when I try to submit I got an error. The error is ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon60x60'".

我也在Info.plist中做到了这一点:

I also did this in my Info.plist:

这是我的xcassets

我不知道为什么它不起作用.如果我从Supporting FilesInfo.plist删除图标,并尝试提交,则会显示这两个错误:

I don't know why it's not working. And if I remove icons from Supporting Files and from Info.plist, and try to submit it is showing these two errors:

ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon60x60'"

ERROR ITMS-90022: "Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0."

推荐答案

一旦删除了添加的所有info.plist图标内容(主要是CFBundleIcons),并且删除了xcasset之外的图标文件,在支持文件组下,在项目设置下为应用程序图标选择xcasset.

Once you've removed all the info.plist icon stuff you've added, mainly CFBundleIcons, and removed the icon files outside of the xcasset, under your Supporting Files Group, select the xcasset for your app icons under your project's settings.

例如:

完成后,您需要解决此问题:

Once you've done that you need to address this issue:

错误ITMS-90022:缺少必需的图标文件.该捆绑软件不包含iPhone/iPod Touch的应用程序图标,像素精确为'120x120',对于iOS版本> = 7.0,为.png格式."

ERROR ITMS-90022: "Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0."

检查图标尺寸是否恰好为120x120,并且图标确实为PNG格式.您可能已将其另存为JPG或具有PNG扩展名的其他文件格式.

Check that the icons dimensions are exactly 120x120 and the icon is indeed in PNG format. You may have saved it as a JPG, or another file format, with a PNG extension.

这篇关于如何修复错误ITMS-90032:“无效的图像路径-在键"CFBundleIcons":"AppIcon60x60"下引用的路径上找不到图像?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆