Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error when submitting an app in TestFlight (iTunes Connect) for External Testers

I'm trying to submit an app for External Testers in iTunes Connect (TestFlight) and I got this message :

Invalid sdk value. The value provided for the sdk portion of LC_VERSION_MIN_IPHONEOS in APP_NAME is 9.2 which is greater than the maximum allowed value of 9.1.

I built this app with the latest XCode 7.2 (iOS 9.2) released today, with a Deployment Target of iOS 8.0, Base SDK "Latest iOS (iOS 9.2)".

Is it because this is a new version and we can't submit apps built with XCode 7.2 yet?

Thanks for your help.

like image 210
Tiois Avatar asked Dec 09 '15 02:12

Tiois


People also ask

How do I add an external tester in TestFlight?

Using public links to invite testers Simply go to your app's TestFlight page, click an existing group, and click Enable Public Link.

How do I upload apps to TestFlight IOS?

You export the app to distribute it outside of the App Store, and upload it to distribute it through TestFlight or the App Store. In the Archives organizer, select the archive, then click Distribute App. In the next sheet, select a distribution method based on your app's platform.

How long does TestFlight external review take?

Approval usually takes no more than 48 hours. Once Apple approves your version of the app, subsequent builds won't need a review until you change the version number. When the app has passed Beta App Review, you'll receive an email with confirmation that your app can begin external testing.


1 Answers

I met the same problems, maybe it is because apple release iOS9.2 today, so it may take some time to update itunes connect backend;

For more details check here Apple Developer Forums

Give the backend 24 hrs. to catch up, then try again.

Update:

If you need submit urgently, try to download an old version of Xcode here and rebuild a new binary. Do not forget to update your build number.

Update2:

You can submit it again. It works now.

like image 85
JZAU Avatar answered Oct 05 '22 11:10

JZAU