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", }, }, }, }