Discussion Forums  >  Xcode, Errors, Installing, Configuring

Replies: 2    Views: 1940

David73
Aspiring developer
Profile
Posts: 66
Reg: Jan 12, 2013
Texas
660
06/20/16 08:52 PM (7 years ago)

More Errors - ERROR ITMS-90086, ERROR ITMS-90474, ERROR ITMS-90475

I'm getting the following errors when I try to submit my app. I'm assuming these are fairly standard and I just need to change a setting, but my brief internet searches aren't helping. ERROR ITMS-90086, ERROR ITMS-90474, ERROR ITMS-90475 Here's the detailed errors. ERROR ITMS-90086: "Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default "Standard Architectures" build setting for "Architectures" in Xcode, to build a single binary with both 32-bit and 64-bit support." ERROR ITMS-90086: "Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default "Standard Architectures" build setting for "Architectures" in Xcode, to build a single binary with both 32-bit and 64-bit support." ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found '$availableValues' in bundle 'com.1507982733512135112fc0d1.95321339'." ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found '$availableValues' in bundle 'com.1507982733512135112fc0d1.95321339'." ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle 'com.1507982733512135112fc0d1.95321339'." ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle 'com.1507982733512135112fc0d1.95321339'."
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
06/21/16 02:55 AM (7 years ago)
updated app? 1) In your build settings, ensure it reflects armv7, armv7s, and arm64 (which is what it's barking about) 2) Not sure about the others, but they remind me of an error I got that was fixed by setting 'Requires full screen' in general settings... Good Luck, let us know how it goes... Cheers! -- Smug
 
David73
Aspiring developer
Profile
Posts: 66
Reg: Jan 12, 2013
Texas
660
like
06/21/16 07:58 PM (7 years ago)
Yes, this is still my journey to update my apps that were last compiled a year or more ago. Your tips worked! 1) I had arm64 in the "architectures" section but also had to add it to the "valid architectures" section. 2) Checking "requires full screen" in the deployment section worked
 

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.