Hi,
I was using Xcode’s Application Loader to push my build to iTunes Connect.
I would like to note that since my app was missing a LauchScreen.storyboard, I used the project template provided by Corona, which can be found here.
Everything was looking good, until I received an email from Apple which read:
Dear Developer,
We identified one or more issues with a recent delivery for your app, “My App”. Please correct the following issues, then upload again.
Missing Info.plist value - A value for the Info.plist key ‘CFBundleIconName’ is missing in the bundle ‘com.myname.myapp’. Apps built with iOS 11 or later SDK must supply app icons in an asset catalog and must also provide a value for this Info.plist key.
Does anyone know how to fix this issue?
FWIW, my Xcode version is 9.2 and my Corona version is 2017.3184
Thanks in advance!
KC