Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Invalid ToolChain Submitting IOS App

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?

like image 565
EK_AllDay Avatar asked Sep 29 '15 08:09

EK_AllDay


2 Answers

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.

like image 81
EK_AllDay Avatar answered Nov 15 '22 04:11

EK_AllDay


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).

like image 45
ecnepsnai Avatar answered Nov 15 '22 04:11

ecnepsnai