CFBundleSupportedPlatforms ERROR, ios 9.1

Hello, 

I’m trying to upload my  app to Apple store but i got this error.

Invalid Bundle  - A nested bundle doesn’t have the right platforms listed in CFBundleSupportedPlatforms Info.plist key.

I’m using 

CoronaSDK 2015.2753

building for IOS 9.1

on my build.settings i DONT have any of this information

CFBundleDisplayName = “MyApp”,

CFBundleShortVersionString = “1.49”,
CFBundleVersion = “1.49”,
CFBundleSupportedPlatforms = {
    “iPhoneOS”
},

I let the builder do this trick for me.

this app is at version 1.3 and i’ve never had this problem before, so i assume  this problem  has to do with the corona sdk version or the ios 9.1 builder.

any help?

Thank you

Confirmed on 2015.2766 with XCode 7.1.1 and Application Loader 3.3. Apple has reported these errors since XCode 6 also for non-Corona builds, and many recent reports are found for XCode 7. Likely, there’s nothing wrong with the Info.plist or build.settings. It may be that you have to wait for Apple to fix their system. 

I’ve filed a bug entitled “Corona reports build and upload to App Store successful, Apple disallows upload citing “Invalid Bundle”” today just in case. (No, I have no idea what number it has, I suppose will get one if devs agree it is a bug).

Confirmed on 2015.2766 with XCode 7.1.1 and Application Loader 3.3. Apple has reported these errors since XCode 6 also for non-Corona builds, and many recent reports are found for XCode 7. Likely, there’s nothing wrong with the Info.plist or build.settings. It may be that you have to wait for Apple to fix their system. 

I’ve filed a bug entitled “Corona reports build and upload to App Store successful, Apple disallows upload citing “Invalid Bundle”” today just in case. (No, I have no idea what number it has, I suppose will get one if devs agree it is a bug).