Build Fail with 'CFBundleSupportedPlatforms' Error

Hi,

Just to share.

Apple iTunes will reject build files with foreign characters in the app’s name. Did not face this issue previously. 

Error in iTunes app activity is not detailed enough (it just says build fail). In the email (report) will be like this and it doesn’t make sense as that is not actual problem. It has nothing to do with ‘CFBundleSupportedPlatforms’.

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

To solve it, put the app’s name (which contains foreign characters) in the build.settings, and put in ASCII characters in the Corona build window. Apple will use the ‘CFBundleDisplayName’ as the app’s name.

 iphone = { plist = { CFBundleDisplayName = '結果', .....