ERROR ITMS-90534: "Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, macOS, and iOS SDK or later. Don't submit apps built with beta software including beta macOS builds."
I am facing this issue while uploading to the appstore. I am using xcode8.3 can anyone help me to resolve this issue?
You are getting this error since you are using beta version of XCode, to avoid this error, use public version of XCode & this error will be resolved.
Related
enter image description hereERROR ITMS-90534: "Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, macOS, and iOS SDK or later. Don't submit apps built with beta software including beta macOS builds." ERROR ITMS-90534: "Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, macOS, and iOS SDK or later. Don't submit apps built with beta software including beta macOS builds."
Please Resolve This Problem
The error is self-explanatory - don't use OS X or Xcode betas for apps you are going to submit, use current versions (from the App Store, for example).
According to the release notes, builds of iOS 10 Beta apps should work on TestFlight: https://developer.apple.com/testflight/release-notes/
However, when I submit them, I get this error:
ERROR ITMS-90534: "Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, OS X, and iOS SDK or later. Don't submit apps built with beta software including beta OS X builds.
... This app is "distributed for beta testing" and I want to submit a new build. Does anyone have a solution for this?
I think it's because I'm using Xcode8 Beta 5, not Xcode8 Beta 6.
I am trying to submit a build to iTunes Connect using Xcode 7.3.1 (7D1012), but I'm getting an error if I use the "Generic iOS Device" to build the archive. I can submit if I plug in an iOS 9 or less device.
The error is "Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later..."
I did have Xcode 8 installed so I tried completely removing Xcode 8 and 7 from my machine by deleting the apps from Applications and removing the Developer & Xcode folders from /Library and ~/Library. I even removed any preference plist files I could find.
I had not even opened the project with Xcode 8.
This is a pain because Fastlane uses the "Generic iOS Device" for its builds so I have to manually submit with Xcode.
I'm using OS X El Capitan 10.11.6.
Anyone else experiencing this or have any suggestions? This problem seems to come up from time to time judging by a google search for this issue, with posts here and on the Apple Developer forums, but there are never any definitive solutions.
It's a problem of iTunes Connect. They may not update the latest version number of 10.11.6 in iTunes Connect. Try again now, it should be working fine.
When I attempt to submit to the appstore I get this error:
Invalid Toolchain. New apps and app updates must be built with the
public (GM) versions of Xcode 6 or later, and iOS 8 SDK or later.
Don't submit apps built with beta software.
I am running on Yosemiti 10.10.5 and my Xcode is 7.0.1
My deployment target is 8.0
Any ideas for why I am getting this error?
I didn't change the binary and it just worked. I simply pressed submit for review. It seemed like this was a bug on apples part.
I was having this problem for one of my build and eventually clued in that the problem was not because I was using a beta version of Xcode, rather that I was using a beta version of OS X (El Capitan Beta 2). I did a clean install of the latest public release of El Capitan and installed the latest public release of Xcode, submitted successfully (after 6 builds).
It seems apple have a lot of trouble to deal with the different versions of osx and xcode. Don't touch the beta version too if you don't wanna be surprised when you want to send your binaries. For those who have Yosemite I think you forced to upgrade.
For now :
El capitan : build 15A284
xcode : build 7A1001
For those who have for example the last el capitan beta 10.11.1 version and you are also stuck to send binaries due to the last update from app store like I was. Just reinstall the official version from the app store. Apple is lying you can downgrade and you won't lose anything. Many people did it and it solve the issue too. I did it today and Now, I am "back in business"
I am using libgdx to create an ios app. I checked the sdk that is is compiling with, and it is 7.0.2. How do I fix this?
1 package(s) were not uploaded because they had problems:
/var/folders/cj/t7129jm93gv3pj_wjdfjq2qm0000gn/T/834524929.itmsp -
Error Messages: Apple's web service operation was not
successful Unable to authenticate the package:
834524929.itmsp ERROR ITMS-9000: "This bundle is invalid. New apps and app updates submitted to the App Store must be built with
public (GM) versions of Xcode 5 and iOS 7 SDK. Do not submit apps
built with beta software." at SoftwareAssets/SoftwareAsset
(MZItmspSoftwareAssetPackage) Could not start delivery: all
transports failed diagnostics
This bundle is invalid. New apps and app updates submitted to the App
Store must be built with public (GM) versions of Xcode 5 and iOS 7
SDK. Do not submit apps built with beta software.
Let's look at this part carefully:
Must be built with public (GM) versions of Xcode 5 and iOS 7
SDK. Do not submit apps built with beta software.
Zoom in a bit, please?
Do not submit apps built with beta software.
You are using the Xcode developer preview, probably Xcode 5.1 for iOS 7.1 beta. Since this iOS version is not out, Apple does not allow you to submit apps compiled under this version of Xcode, hence your bundle is "invalid".
Simply open up Xcode with this project, fix any errors that may come, recompile and submit.