用 Application Loader 提交苹果审核时出现了这个问题,具体如下:
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon29x29'"
如图所示:
StackOverflow 找到了一个链接:ERROR ITMS-90032:“Invalid Image Path - No image found at the path referenced under key 'CFBundleIcon,(点赞最多的链接:[iOS] ERROR ITMS-90032 Solved)有不少人顶,虽有参考价值,但仍未解决我的问题……
最终发现,原来是图片的尺寸问题!如下所示:
2x 的图片大小应该为 58*58 的!而这里是 29*29 的!原因就在这里。换了张 58*58 的图片后问题就解决了!
PS: 其实反馈信息里面也说了,只不过自己事后诸葛亮罢了。