1.打包提交到appstore时出现以下提示:
ERROR ITMS-90596: "Invalid Bundle. The asset catalog at 'Payload/Application.app/Assets.car' can't be read. Try rebuilding the app with a non-beta version of Xcode and submit it again."
In this case I used old Application Loader and saw this error. To launch latest Application Loader chose Xcode -> Open Developer Tool -> Application Loader
看到文章里有提到说更新电脑系统和xcode系统的,我并没有按照他们的操作来,而是打开xcode自带的Application Loader来提交,就解决了
2.ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0."
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png
format for iOS versions >= 7.0."
原因:缺少ipad的log,如果你的应用不需要适配ipad,直接把Devices设置成iPhone就行了
如果适配ipad,需要在
他有提示缺少76*76和152*152大小的图片
设置一下就好了
3.
Virtual filesystem overlay file '/Users/xxxxxxx' not found