Invalid Bundle eRRORS: iPad Multitasking support?

Hi all,

I’m trying to submit an update for my app via Application Loader (3.0), but receive the following 2 errors.

ERROR ITMS-90474:"Invalid Bundle. iPad Multitasking support requires these orientations: ‘UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight’. Found ‘UIInterfaceOrientationPortrait’ in bundle …

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

Since we don’t directly have access to an Xcode project or its settings via Corona (except presumably via the Build server), how do we get around this?

FYIs: 

  1. When I use Corona’s ‘Send to App Store’ option in the ‘After Build’ settings, I code sign and it seemingly completes without errors, but then no builds show up in iTunesConnect

 
2. I am using Corona 2015.2715

You don’t need to use 2715 to use storyboard.

Just use the latest build and copy storyboard.lua into  your project root folder (same folder as main.lua).

Get storyboard.lua here:  http://github.com/coronalabs/framework-storyboard-legacy

Thanks roamingamer,

Actually I spaced… The storyboard api is not even part of this app; I was thinking of another app entirely (DOH!). I have removed my Storyboard reference from the original post. 

I still am unable to push my update to Application loader due to the error messages above.

What version of Corona SDK are you using?

What version of Xcode do you have installed?

Corona 2015.2715

Xcode 7.0 (7A220) I’m stuck with this version for my day job’s main app. Anything higher, and several build errors occur.

Anyone else have any ideas?

Looking at the screen shot, I see it says iOS 9 beta. You won’t be able to deploy with that. Apple won’t take beta SDK’s for submission. There should be some later daily builds that get rid of the beta and before we put out 9.1 support. I would try updating to one of those.  2731 is the latest public build which is newer than you’re using. You can use up to 2750 with Xcode 7.0.

Rob

You don’t need to use 2715 to use storyboard.

Just use the latest build and copy storyboard.lua into  your project root folder (same folder as main.lua).

Get storyboard.lua here:  http://github.com/coronalabs/framework-storyboard-legacy

Thanks roamingamer,

Actually I spaced… The storyboard api is not even part of this app; I was thinking of another app entirely (DOH!). I have removed my Storyboard reference from the original post. 

I still am unable to push my update to Application loader due to the error messages above.

What version of Corona SDK are you using?

What version of Xcode do you have installed?

Corona 2015.2715

Xcode 7.0 (7A220) I’m stuck with this version for my day job’s main app. Anything higher, and several build errors occur.

Anyone else have any ideas?

Looking at the screen shot, I see it says iOS 9 beta. You won’t be able to deploy with that. Apple won’t take beta SDK’s for submission. There should be some later daily builds that get rid of the beta and before we put out 9.1 support. I would try updating to one of those.  2731 is the latest public build which is newer than you’re using. You can use up to 2750 with Xcode 7.0.

Rob