Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not submit app to iTunesConnect review

I am using OS X El Capitan 10.11 and Xcode 6.4 6E35b, when i click the button submit for review in iTunesConnect it says this error "Apps and app updates submitted to app store must be built with Xcode 5.1.1 or later, and iOS 7 SDK".

I have no idea why this is happening, Xcode 6.4 is not a beta version, i downloaded it from AppStore, it's a public release. If anyone know about this help me out here.

When i tried through application loader :
INFO ITMS-90111: "Your app is built with a beta version of Xcode or iOS SDK. Only apps distributed for beta testing may be built with beta software. To submit an app for distribution on the App Store, you will need to build the app with release versions of Xcode and iOS SDK."

like image 201
Apple Kid Avatar asked Oct 19 '22 05:10

Apple Kid


1 Answers

Another solution - use Application Loader:

  1. Export your app as IPA, signed with provision profile for App Store
  2. Open Application Loader (open Xcode, menu Xcode->Open Developer Tools->Application Loader
  3. Sign in with your iTunes Connect credentials in Application Loader
  4. Upload your app

PS: This way is also useful, when you have multiple iTunes Connect accounts for different clients, and you need often upload different apps for them

like image 143
Vitalii Gozhenko Avatar answered Nov 15 '22 04:11

Vitalii Gozhenko