Cannot submit app with Xcode 7.1 GM

I can upload an app compiled with Xcode 7.1 which has a minimum iOS target of iOS 8. But when I try to submit the build for review I get this:


Invalid sdk value. The value provided for the sdk portion of LC_VERSION_MIN_IPHONEOS in AirWings.app/AirWings is 9.1 which is greater than the maximum allowed value of 9.0.

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.


It thinks 1) that I'm running beta software, and 2) that I've got the min OS version set to 9.1 which is untrue.


-Brian

Yep, same here exactly.

I can't mess with a build like this. It isn't right. Yet here I am being beaten to the front of the queue by people messing with their build. Apple, please fix this.

It does not. Still getting the same error on my TV app after trying the fix from this post.

Same issue with both iOS and tvOS app. Using 10.11.1, XCode 7.1 GM and iOS 9.1 SDK

2nd update for tvOS. It appears that it will accept apps built on the Mac AppStore version of 7.1 but will not accept anything built on 10.11.1 yet. What I did to discover this and get my app to submit is go into the plist and and left the DTPlatformBuild the same as I believe this references the SDK version and/or other tools used to create the app. Since this is the first valid sdk for tvOS and the one listed above is for iOS the number already in there should be the only version that it will accept. Then I changed the BuildMachineOSBuild key to 15A284 which is the build number to 10.11.0. Basically it's just living and saying you used a machine that hasn't updated to 10.11.1 yet to get iTunes connect to accept it.

Apple appears to have fixed the problem. I'm able to submit iOS and tvOS this morning without any problem.


-Brian

It's not fixed yet, but I was be able to workround by just changing BuildMachineOSBuild key to 15A284.

I am facing a similar issue while using 10.11.1, XCode 7.1 GM and iOS 9.1 SDK. It always results in iTunes Operation failed with the following message :


"You are not authorized to use this service"


Have tried re-re-regenerating the provisioning profiles. Re-adding the Associated Apple ID in Xcode to refresh the toolchain.


Also I have tried workaround mentioned here to update the Info.plist without any luck. 😟


Would really appreciate any pointers to resolve these issues.

Same here

Last night I did manage to upload a build to iTC using the application loader, however Xcode 7.1 still has the same issue though.


The steps i followed are as follows


Step 0 - Deleted Xcode 7.1 ( which was upgraded from previous version of Xcode 7.0.1 from MAS). Downloaded a fresh copy of xcode from MAS.


1. Revoked my distribution certificate

2. Recreated the distribution certificate from Xcode

3. Re-generated all provisioning profiles to use new distribution certificate

4. Cleaned build folder.

5. Updated the build version.

6. Archived product from the Xcode's product menu

7. Tried validating and uploading the build from Xcode (failed)

8. re-did steps 4 to 6 and exported the .ipa from Organizer screen

9. Started 'Application Loader' and choose the ipa to upload. (success finally)


I also did notice that the application loader based process had failed as a containing framework had a non dot separated version string . i.e The Hockey SDK in my build had a version 3.8Beta-1. Updated to the latest hockey sdk to version 3.8.4 and was able to upload my build to iTC using application loader (Yes, I did try the upload with xcode and it failed with the same message from my previous post. "You are not authorized to use this service")

Thank you, Viraf! Your steps worked for me!!


The Xcode upload failed (just like in step 7) but IPA upload via Application Loader worked perfectly (like in Step 9). I was actually pointed to this help by Apple Developer Support.


Thank you again! You saved me a lot of time 🙂

Finally! This worked for me. You're the best!

I already follow your step but I still have the same error

Cannot submit app with Xcode 7.1 GM
 
 
Q