Discussion Forums  >  Xcode, Errors, Installing, Configuring

Replies: 5    Views: 2163

JimmySaver
Aspiring developer
Profile
Posts: 187
Reg: Apr 09, 2012
location unknow...
5,870
09/22/15 01:31 AM (8 years ago)

Application Loader & iOS 9 - Error 90474 & 90475

More iOS9 fun and games today with an app submission. Had the following (paraphrased) errors: “error itms-90474 Invalid bundle iPad multitasking support requires these orientations...” “error itms-90475 iPad multitasking support requires launch storyboard in bundle...” Hunting around on SO gave way to adding a new requirement to the plist to deal with multitasking. It’s a workaround for now but hey, the workaround seems to, well, work. From http://stackoverflow.com/questions/32557783/invalid-bundle-error: Add [<key>UIRequiresFullScreen</key> <string>YES</string>] to the plist. Et voila.
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
09/22/15 01:37 AM (8 years ago)
Hmm....good find here. I've been nailing iOS9 issues since the release. I'll add this one. The BT Core for iOS should be updated accordingly before too long. Plugins, well, that's another matter altogether :-)
 
JimmySaver
Aspiring developer
Profile
Posts: 187
Reg: Apr 09, 2012
location unknow...
5,870
like
09/22/15 01:47 AM (8 years ago)
True that! I'm a little neolithic in that I'm terrified of iOS updates - I'd happily revert to iOS4, skeumorphism and all!
 
Rachelle-Joanne
Aspiring developer
Profile
Posts: 65
Reg: Jan 15, 2013
Lagos
650
like
09/22/15 02:02 AM (8 years ago)
Thanks for this, was about to submit an app, thank heavens I saw this. I don't know what happened, yesterday, was trying my app on the simulator and all sorts of errors were jumping at me, you can imagine my surprise especially when the code worked a few hours earlier, only to find out my xcode updated by itself to 7 and os 9, but thanks to the different work arounds I was able to sort out all the errors and I am ready to submit. Thanks y'all
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
09/22/15 04:52 AM (8 years ago)
In project file, general tab, select full screen. Another subtle change Apple pushed through without bothering to update the compiler to warn you.
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
09/22/15 04:53 AM (8 years ago)
Sorry - guess you identified that in your original post! :)
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.