iOS Question iPad Multitasking support requires Launch story board in bundle

Darren69

Member
Licensed User
Longtime User
Hello All,

I finally got around to upgrading my mac to 10.10.5 and installing Xcode 7.0 (7A220) so that I could use B4I 2.0, but I am having a weird issue.

This evening I made a simple change to an app I have already on the store, I added a button, compiled the program like normal for the app store release and used the application loader to try to send to the app store and was greeted with the following messages:-

ERROR ITMS-90474: "Invalid bundle. iPad Multitasking support requires these orientations:
'UIInterfaceOrientationPortrait, UIInterfaceOrientationPortraitUpsideDown, UIInterfaceOrientationLandscapeLeft, UIInterfaceOrientationLandScapeRight'. Found
'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown' in Bundle

ERROR ITME-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle"

I only use the portrait and portrait Upside down in my app, but 'could' make landscape options if I have to, but I have no idea how to add a launch storyboard.

anyone else come across this?

thanks

Darren
 
Top