iOS APP打包遇到的问题和解决办法总结 (待更新)
**
1.App提交报错 -22421
**
解决办法:用Application Loader上传包
遇到这样的情况或者错误代码-22421错误,可直接点击Done 然后通过右边的Export直接生成IPA包,然后下载Application Loader,通过Application Loader直接上传,Application Loader的配置十分简单
**
2.报以下错误
**
解决办法:http://code4app.com/requirement/54ca4ba6933bf0f6158b4697
3.
ERROR ITMS-90096: “Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the ‘iOS Human Interface Guidelines’ at https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen.”ERROR ITMS-90096: “Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the ‘ios Human Interface Guidelines’ at https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen.
解决办法:
第一步、把Launch Screen File清空 然后使用Launch Screen Source 在Launch里面加640960 (4/4s) 2X位置
6401136 (5/5s/5c) R4位置
7501334 (6) R4.7位置
12422208 (6 plus) R5.5位置
第二步、info.plist加入图片中的字段
君凯商联网-iOS-字唐名僧