App delivery error: "Must be built with XCode 5.1.1 or higher..." (which I use)

I’m using Corona version 2014.2275 with graphicsCompatibility = 1 and have XCode 5.1.1 installed. When I compile and choose my app’s zip and deliver, it results in the following delivery validation error:

ERROR ITMS-9000: “This bundle is invalid. New apps and app updates submitted to the App Store must be built with public (GM) versions of XCode 5.1.1 or higher and iOS 7 SDK. Do not submit apps built with beta software.” at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)

(I’m using graphicsCompatibility turned on because the project is an old one I’m wrapping up, which caused issues with the new graphics engine.)

Help please? What do I need to do? Thanks!

The problem is that Corona build 2014.2275 compiles with Xcode 5.1 (build 5B130a) internally.

If you update to the latest daily Corona build 2014.2306, it’ll compile with Xcode 5.1.1 (build 5B1008), and you should be fine.

Thanks, I’ll try that! I believe I had picked that older version as it was one of the last still supporting older iOS’s (I might be wrong).

We changed the build process for 2189 so that you can submit to the app store with it.  You probably have to re-download and install it.  See this blog post for  more information:

http://coronalabs.com/blog/2014/05/19/apple-requires-apps-to-be-built-with-xcode-5-1-1/

Thanks, it works with 2014.2306 now!

The problem is that Corona build 2014.2275 compiles with Xcode 5.1 (build 5B130a) internally.

If you update to the latest daily Corona build 2014.2306, it’ll compile with Xcode 5.1.1 (build 5B1008), and you should be fine.

Thanks, I’ll try that! I believe I had picked that older version as it was one of the last still supporting older iOS’s (I might be wrong).

We changed the build process for 2189 so that you can submit to the app store with it.  You probably have to re-download and install it.  See this blog post for  more information:

http://coronalabs.com/blog/2014/05/19/apple-requires-apps-to-be-built-with-xcode-5-1-1/

Thanks, it works with 2014.2306 now!