Skip to content

Xcode 7 Invalid Bundle – iPad Multitasking Required Orientations

xcode 7 - invalid bundle

I started getting the Xcode 7 Invalid Bundle error:

ERROR ITMS-90474: “Bundle Invalid. iPad Multitasking support requires there orientations:’UIInterfaceOrientationPortrait,UIIinterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’. Found ‘UIInterfaceOrientationPortrait’ in bundle.xcode 7 - invalid bundle

Xcode 7 Invalid Bundle

Fortunately the fix is easy:

  1. Select your project
  2. Select the General Tab
  3. Select your Target
  4. Check the box titled “Requires full screen”
  5. Done.

More: xcode submit invalid bundle ipad multitasking