When I try to submit my project to Apple I get the following error message which reads as:
ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIcons’: ‘AppIcon29x29’”
Which seems to be telling me that I have a 29x29 icon missing. So, I added one to my Images.xcassets folder in the AppIcon.appiconset folder. This has no affect, I still keep getting the same error.
Here are my current build settings:
settings = { orientation = { default = "portrait", supported = { "portrait" } }, iphone = { xcassets = "Images.xcassets", plist = { UIApplicationExitsOnSuspend = false, UILaunchStoryboardName = "LaunchScreen", }, }, android = { usesPermissions = { "android.permission.INTERNET", }, }, plugins = { ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs", }, }, }
Anyone have any ideas?
Thanks,
Guy