[Resolved] Icon Problems

Hi,

I’m having real problems getting the Icon.png icon working. I am saving as a 24 bit png 57x57 but every time I get this error on build

warning: iPhone/iPod Touch: Icon.png: icon dimensions (0 x 0) don’t meet the size requirements.
The icon file must be 57x57 pixels, in .png format (-19014)

The icon is 57x57. I have remade the icon numerous time from different sources to see if I can get it to work but no luck. I’m using Photoshop CS6. I’m at a loss what to do.

All my other icons work fine

Icon@2x.png
Icon-72.png

my build settings:

[code] settings =
{

orientation =
{
default = “landscapeRight”,
supported =
{
“landscapeRight”,“landscapeLeft”,
},

},
CFBundleIconFile = “Icon.png”,

CFBundleIconFiles =
{
“Icon.png” ,
“Icon@2x.png” ,
“Icon-72.png”
},

}
[/code] [import]uid: 142733 topic_id: 27761 reply_id: 327761[/import]

Does it work when you use one of the sample Corona icons, or are you still getting an error?

I recall an issue a bit back where it reported 0x0 dimensions on an icon, I believe it was fixed by downloading and installing the latest version of Application Loader. [import]uid: 52491 topic_id: 27761 reply_id: 112508[/import]

Yes it still does it with the Corona icon.png and icon-72.png,
What is the application loader? should I try another build? I’m using 825
Thanks [import]uid: 142733 topic_id: 27761 reply_id: 112516[/import]

Just tried with build 840 Same problem:

warning: iPhone/iPod Touch: Icon.png: icon dimensions (0 x 0) don’t meet the size requirements. The icon file must be 57x57 pixels, in .png format (-19014)
warning: iPad: Icon.png: icon dimensions (0 x 0) don’t meet the size requirements. The icon file must be 72x72 pixels, in .png format (-19014)

Using Corona PNGs [import]uid: 142733 topic_id: 27761 reply_id: 112518[/import]

Application loader guide: https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf

You download the application loader from your itunesConnect account [import]uid: 84637 topic_id: 27761 reply_id: 112521[/import]

Thanks,
I can’t find Application loader in itTunes connect - is it the Same as iTunes Producer? [import]uid: 142733 topic_id: 27761 reply_id: 112526[/import]

found it on the apple dev site - not iTunes connect and after updating this solved my issue many thanks Peach & Danny [import]uid: 142733 topic_id: 27761 reply_id: 112531[/import]

Sorry about that, it used to be there, they moved it obviously :slight_smile:

Glad you got it working [import]uid: 84637 topic_id: 27761 reply_id: 112534[/import]