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