2
votes

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

1

1 Answers

5
votes

I solved my problem in this way:

enter image description here

This is because you need to specify how your app is supposed to handle multitasking on iPad.