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
在将iOS应用提交到App Store时遇到ERROR ITMS-90596错误,通过使用Xcode内置的Application Loader而非旧版解决了问题。另外,ERROR ITMS-90023提示缺少iPad图标,若不需要适配iPad,可将Devices设置为iPhone;若需要,需添加相应尺寸的图标。

8720

被折叠的 条评论
为什么被折叠?



