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
Fortunately the fix is easy:
- Select your project
- Select the General Tab
- Select your Target
- Check the box titled “Requires full screen”
- Done.