Reputation: 1559
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.
Upvotes: 14
Views: 963
Reputation: 2144
I have same problems for all frameworks I use. Try older version of Xcode. Version 7.1 should work.
UPDATE: Itunesconnect already works. I have successfully uploaded new build for external testing
Upvotes: 3
Reputation: 3567
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.
Upvotes: 15
Reputation: 6282
This error is already gone - you can now submit the apps with Xcode 7.2 :)
Upvotes: 2