Help! I have no idea what’s wrong, but Apple is complaining about a Corona SDK-built app not having the correct icon sizes, when (as far as I can determine) it does. This is the error I receive when uploading to ITunes Connect:
Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly ‘120x120’ pixels, in .png format for iOS versions >= 7.0.
I’m using Corona v2015.2638 with OS X 10.10.3, building for iOS SDK 8.3. As you can tell from the below shell output, the 120x120 PNG file is there and referenced properly in build.settings:
bash-3.2$ grep Icon-60@2x.png build.settings
“Icon-60@2x.png”,
bash-3.2$ identify Icon-60@2x.png
Icon-60@2x.png PNG 120x120 120x120+0+0 8-bit sRGB 8.22KB 0.000u 0:00.000
bash-3.2$
Other folks have posted about this error in the past:
https://forums.coronalabs.com/topic/43111-missing-icons-ios/
If I choose to build for both iPhone and iPad, Apple coughs up two additional missing icon errors (76x76 and 152x152, which also exist in the app directory), which were discussed here:
https://forums.coronalabs.com/topic/39356-wrong-icon-sizes/
Any thoughts? I admit I’m at a bit of a loss.