Xcode7 上传AppStore出现 ERROR ITMS-90474,ERROR ITMS-90475错误

Posted ShineYangGod

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Xcode7 上传AppStore出现 ERROR ITMS-90474,ERROR ITMS-90475错误相关的知识,希望对你有一定的参考价值。

在使用Xcode7 上传AppStore时候发现ERROR ITMS-90474,ERROR ITMS-90475等错误。

ERROR ITMS-90474: “Invalid Bundle. iPad Multitasking support requires these orientations: ‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’. Found ‘UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’ in bundle ‘com.martiancraft.columbus’.”
ERROR ITMS-90475: “Invalid Bundle. iPad Multitasking support requires launch story board in bundle ‘com.martiancraft.columbus’.”

看了一下错误日志发现提示不支持分屏。

解决办法:

加入下面的KEY:

UIRequiresFullScreen

YES

或者勾选该选项

以上是关于Xcode7 上传AppStore出现 ERROR ITMS-90474,ERROR ITMS-90475错误的主要内容,如果未能解决你的问题,请参考以下文章

ERROR ITMS-90167: "No .app bundles found in the package"错误

打包新版本上传到AppStore时报错 ERROR ITMS-90034:

求助 Application loader上传ipa 出现ERROR-ITMS-90174

上传appstore报错: An error occurred uploading to the App Store.

上传appstore报错: An error occurred uploading to the App Store.

是否可以从 Xcode 7 beta 将 iOS 应用上传到 App Store 进行内部测试?