-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
bob133 Jun 23, 2016 5:47 PM (in response to neilhmackenzie)Just a thought, did you check to see which SDK you were building with?
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
neilhmackenzie Jun 23, 2016 9:33 PM (in response to bob133)I tried originally with 9.3 but have also tried 9.0 , same result.
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
bob133 Jun 24, 2016 4:48 AM (in response to neilhmackenzie)Gotcha. Since both have the same end result, you should change it back to 9.3 to make sure that your app can handle the latest stuff. Have you tried building on a different machine or reinstalling Xcode, perhaps?
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
neilhmackenzie Jun 26, 2016 2:17 PM (in response to bob133)I have reloaded the latest OS from the App Store, the same for Xcode. I have cleaned and rebult the iOS app and I am still getting the "Invalid toolchain" email when I submit the app.
Help !!!
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
KMT Jun 26, 2016 2:49 PM (in response to neilhmackenzie)>I am not running any BETA software.
Now, or what about recently?
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
bob133 Jun 27, 2016 5:24 AM (in response to neilhmackenzie)How about take a compiled build of the app and crack it open using the Finder's "Show Package Contents" command. Navigate to the Info.plist file and open it up in Xcode. Have a look at the BuildMachineOSBuild item and everything starting with the DT prefix. Could you post the value of those items here in a reply?
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
Fivebox Jul 2, 2016 7:06 PM (in response to bob133)Same here. 3 days try send to revisión
-
-
-
-
-
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
dan-bytepoets Jul 18, 2016 1:51 AM (in response to neilhmackenzie)Have you resolved your issue? We are also building on OSX 10.11.5 wirh Xcode 7.3.1 and are seeing the same message. However, we have downloaded Xcode 8 Beta 2 in parallel.
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
Ategen Sep 1, 2016 6:03 PM (in response to neilhmackenzie)I am having the same issue. I didn't have these issues prior to today (sept 1 2016). I did notice that a security update was applied today on the OS. Is it possible that iTunes connect is just not recognizing the patch? Because of this issue, I upgraded from xcode 7.3 to decide 7.3.1, but with no help. Any ideas?
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
leonkilat Sep 1, 2016 8:10 PM (in response to neilhmackenzie)I also encountered this error. And I also implemented the security patch.
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
dodgio Sep 1, 2016 8:17 PM (in response to leonkilat)This appears to be the app store thinking that the new OS X version 10.11.6 (15G1004) with security patch is a beta version of OS X.
I was able to submit without warnings or errors by digging into the .xcarchive and modifying the info.plist of the app.
Change the key
<key>BuildMachineOSBuild</key>
<string>15G1004</string>
to the value for the original 10.11.6
<key>BuildMachineOSBuild</key>
<string>15G31</string>
Then export the IPA or submit to the app store as usual.
HTH,
Warren
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
Angelo GoApp Sep 2, 2016 9:52 AM (in response to dodgio)you are my hero. I wasted two hours with this issue
-
-
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
KumobiusIvan Sep 2, 2016 12:41 AM (in response to neilhmackenzie)I got the same error, but the app still processed fine and everything else works correctly.
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
cujo30227 Sep 2, 2016 4:54 AM (in response to KumobiusIvan)Same here, uploaded an app yesterday just fine, but today I'm getting the error mentioned in the title of the thread...
-
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
rromanchuk Sep 2, 2016 9:47 AM (in response to neilhmackenzie)Like clockwork, apple releases an OS update and then doesn't communicate with the itunes connect team to whitelist the fu#k$%# PUBLICLY RELEASED MAC OS VERSION. This is literally the 4th time in two years.
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
randy Sep 2, 2016 11:09 AM (in response to rromanchuk)Sigh. These problems do get tiring.
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
lambdacode Sep 2, 2016 3:51 PM (in response to randy)Me too.
It's %&() late here in France - i build my Software many time, cause i tought, that is was my fault. 99 Bucks/Year it have to be first class Service. There are not such probs at Playstore .
Hopefully, they fix it till the next two days....
-
-
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
dgross Sep 2, 2016 4:12 PM (in response to neilhmackenzie)It's 4:09 PM Pacific here...this is still an issue for me.
I am trying to submit to the iOS App Store with OS X El Capitan Version 10.11.6
"New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, macOS, and iOS SDK. Don't submit apps built with beta software including beta macOS builds."
This error message is not relevant to me Apple.
Does anyone have a time estimate for when this is going to be fixed? It has to be over 24 hours now...I can't submit a critical bug fix.
-
Re: 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. Don't submit apps built with beta software including beta OS X builds.
Luke.NZ Sep 2, 2016 10:31 PM (in response to neilhmackenzie)My app just submitted for review successfully now! The issue is solved - iTunes team synchronized with latest version :-)
Please go and try it!
Level 1
Level 4
Level 7
Level 2