Hello! everyone.
I set up a new icon using CoronaSDK 3154.
However, although the build completes successfully, the application loader displays an error.
My build.setting sets the following.
iphone = {
xcassets = “Images.xcassets”,
plist = {
~
CFBundleIconFiles = {
“Icon-40.png”,
“Icon-58.png”,
“Icon-76.png”,
“Icon-80.png”,
“Icon-87.png”,
“Icon-120.png”,
“Icon-152.png”,
“Icon-167.png”,
“Icon-180.png”,
},
},
Also, because it is already released project, I created a new project and copied the next automatically prepared folder to the project root directory.
-
Images.xcassets
-
LaunchScreen.storyboardc
The application loader displays the following error and can not be released.
ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-40.png’”
ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-58.png’”
ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-76.png’”
ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-80.png’”
ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-87.png’”
ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-120.png’”
ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-152.png’”
ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-167.png’”
ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-180.png’”
I used the following icons, are they necessary to add to these?
Icon@2x.png
Icon-40@2x.png
Icon-40@3x.png
Icon-60@2x.png
etc…
Is this a matter of my setting?
Xcode is v 9.0, but I am not using any application loader.