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]
