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

ChallengerGuy picture ChallengerGuy · Sep 23, 2015 · Viewed 35.6k times · Source

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?

Answer

Rhenz picture Rhenz · Sep 23, 2015

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

enter image description here