Problems with icons when sending the application to the Apple Store

Problems with icons when sending the application to the Apple Store:

ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-Small-50@2x.png’”

ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-Small-40@2x.png’”

The icons are in the application folder. In other words, they are not lacking. But, there might be something wrong in the build.setting file:

Settings = { Orientation = {default = "landscapeLeft", Supported = {"landscapeRight", "landscapeLeft",} },              SplashScreen = {enable = false}, Iphone = { Plist = { UIAppFonts = {"DroidSansMono.ttf"}, UIStatusBarHidden = true, CFBundleIconFiles = { "Icon-167.png", "Icon-Small-40.png",                          "Icon-Small-40@2x.png",                          "Icon-72.png",                          "Icon-72@2x.png",                          "Icon-76.png",                          "Icon-76@2x.png",                          "Icon-Small-50.png",                          "Icon-Small-50@2x.png", }, }, }, }

I’m not pretty sure but there may be a possibility that you copied the names of those files from a browser and that is the reason why. Can you try replacing “-” characters using your keyboard(both for file names and build.settings)?

Also check for case sensitivity issues.

Rob

I found the error. See if you find it?

Oh! The file names… Hope it didn’t cost you much time.

It’s a damned space after the hyphen … I want to kill … days looking for the problem …

Thanks everyone for your help.

That would do it!

I’m not pretty sure but there may be a possibility that you copied the names of those files from a browser and that is the reason why. Can you try replacing “-” characters using your keyboard(both for file names and build.settings)?

Also check for case sensitivity issues.

Rob

I found the error. See if you find it?

Oh! The file names… Hope it didn’t cost you much time.

It’s a damned space after the hyphen … I want to kill … days looking for the problem …

Thanks everyone for your help.

That would do it!