Reputation: 1216
While uploading App to AppStore from XCode 7 then I am getting the below error.
Invalid Bundle. iPad Mutlitasking support requires launch story board in bundle
UIInterfaceOrientationLandscapeLeft, UIInterfaceOrientationLandscapeRight
Upvotes: 2
Views: 1452
Reputation: 1216
I solved my problem in this way:
This is because you need to specify how your app is supposed to handle multitasking on iPad.
Upvotes: 5