ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon40x40'"
I get That Error in Apple, I am using a Apple Computer.
Yep, I'm getting the same error message. This is insane.
Develop games in your browser. Powerful, performant & highly capable.
I think you might need to add the following inside the config.xml file:
<icon src="www/icon-40.png" width="40" height="40" />
Thanks it Works