Xcode 7 ERROR ITMS-90474: “Invalid Bundle”, can’t submit to Apple

bundlexcodexcode7

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?

Best Answer

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

enter image description here