Error delivering iOS App update. "This bundle is invalid. Apple is not currently accepting applications built with this version of the SDK."

app-store, ios, ios7, iphone

Solution

From the February 1st you can use only XCode 5.X and iOS7 SDK to create apps for the AppStore. Double check that you compiled your app with the correct XCode/SDK.

Information about this: https://developer.apple.com/news/?id=12172013a

Problem

I reticently delivered an app to the iOS App store on 1/24/2014. It's an iO7/iPhone only app and everything was delivered correctly. As of yesterday my app was approved and it is currently visible in the App Store. I put together a small update and am currently working on getting it delivered using Application Loader. However, now when I upload my production IPA it gets rejected due to what seems like a sdk error. ``` Messages: Apple's web service operation was not successful Unable to authenticate the package: 806906410.itmsp ERROR ITMS-9000: "This bundle is invalid. Apple is not currently accepting applications built with this version of the SDK." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage) ``` I'm struggling to figure out what has changed since I am building with the same SDK as I did last weekend.

Original source