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的图片。

 

如果写的不对欢迎指出错误。谢谢。

posted @ 2017-04-19 16:30  预估计  阅读(496)  评论(0编辑  收藏  举报