ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon29x29'"

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

Hi,
Can you try to create your app icons asset @ https://makeappicon.com/.
Use a  1536x1536px image for the best result. It will automatically create all the app icons for your project.

Hope this will resolve the issue by manually fixing.
 

-Assif

Assif,

Thanks for the recommendation about using makeappicon.com, it worked. I was able to upload the app to Apple without any problems. No more errors. 

Thanks again,

Guy 

Great :slight_smile: ,

Welcome guybryant & Keep Coding.

Best Luck

Hi,
Can you try to create your app icons asset @ https://makeappicon.com/.
Use a  1536x1536px image for the best result. It will automatically create all the app icons for your project.

Hope this will resolve the issue by manually fixing.
 

-Assif

Assif,

Thanks for the recommendation about using makeappicon.com, it worked. I was able to upload the app to Apple without any problems. No more errors. 

Thanks again,

Guy 

Great :slight_smile: ,

Welcome guybryant & Keep Coding.

Best Luck