Icon problem in my config.XML file

0 favourites
  • 5 posts
From the Asset Store
Source File, music and art pack for Android Negotiator
  • Hi,

    I've exported Healer Quest (my game) to iOS with Phonegap build. Everything worked out fine, except that when I'm trying to upload the game to the App Store with App Loader, I receive the following error message :

    "ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': 'icon.png'"

    I've tried to tweak some things in the config.XML file but I've not been able to make it work.

    I can confirm that I have an "icon.png" file in the same folder than the config.XML file.

    Here is the part of my XML file speaking about icons :

    <icon src="icon.png" />

    <icon src="icon.png" gap:platform="ios" />

    <icon src="icon-120.png" gap:platform="ios" width="120" height="120" />

    <icon src="icon-152.png" gap:platform="ios" width="152" height="152" />

    <icon src="icon-76.png" gap:platform="ios" width="76" height="76" />

    <icon src="icon-128.png" width="128" height="128" />

    <icon src="icon-256.png" width="256" height="256" gap:role="default" />

    Could someone help me?

    Thanks!

  • Having the same issue. Any solution yet?

  • Yup, I've been able to make it work after a lot of retries/errors. In the root folder, I added the following icons (with right sizes)

    icon-16.png

    icon-32.png

    icon-57.png

    icon-76.png

    icon-114.png

    icon-120.png

    icon-128.png

    icon-152.png

    icon-256.png

    icon.png (size 57x57 px)

    and in the XML file, I pasted the following code :

    <icon src="icon.png" gap:platform="ios" width="57" height="57" />

    <icon src="icon-128.png" width="128" height="128" />

    <icon src="icon-256.png" width="256" height="256" gap:role="default" />

    <icon src="icon-57.png" gap:platform="ios" width="57" height="57" />

    <icon src="icon-120.png" gap:platform="ios" width="120" height="120" />

    <icon src="icon-152.png" gap:platform="ios" width="152" height="152" />

    <icon src="icon-114.png" gap:platform="ios" width="114" height="114" />

    <icon src="icon-76.png" gap:platform="ios" width="76" height="76" />

    I guess everything is not mandatory, but at least, it works for me!

    I hope it will work for you too!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • love u man u save me!!! i was looking for the same stuff

    Ashley this is a huge error when uploading to appstore.

  • Glad this has been useful to you.

    Good luck!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)