2

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

user3124624
  • 1,206
  • 1
  • 12
  • 18

1 Answers1

5

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.

user3124624
  • 1,206
  • 1
  • 12
  • 18