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

ERROR ITMS-90022,90023,问题已解决

昨天打包上架,在使用Application Loader上传包时出现ERROR ITMS-90022,90023这两个错误,在此记录一下。

ERROR ITMS-90023的错误解决方法比较简单,在Assets.xcassets中的AppIcon里面,将CarPlay内的图片删除即可。

ERROR ITMS-90022: "Missing recommended 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格式图片,我的解决方法是在Assets.xcassets中添加120x120的图片。

你可能感兴趣的:(ERROR ITMS-90032 : "Invalid Image Path - No image found at the path referenced under key 'CFBundleIc)