Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7 ERROR ITMS-90474: "Invalid Bundle", can't submit to Apple

I have an app I'm trying to submit to Apple. I've already validated it. I'm using Xcode 7 and Swift 2. When I try to submit to Apple, I get the following error:

ERROR ITMS-90474: "Bundle Invalid. iPad Multitasking support requires there orientations: 'UIInterfaceOrientationPortrait,UIIinterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationPortrait' in bundle.

What do I do? Do I make some images with the names they ask for?

like image 539
ChallengerGuy Avatar asked Sep 22 '15 23:09

ChallengerGuy


1 Answers

Checking Requires full screen under Deployment Info in Project's General tab will solve this issue.

enter image description here

like image 171
Rhenz Avatar answered Sep 30 '22 12:09

Rhenz