Hi Everyone,
i am attempting to build for both iPhone and iPad and i get the following error:
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)
all the files are located in the root, as well these are my build settings.
how can i have 2 files named icon.png?
i looked through the forums and didn’t find the answer sorry if this was already posted
[code]
settings = {
orientation =
{
default = “landscapeRight”,
},
iphone =
{
plist=
{
UIStatusBarHidden=true,
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-72.png”,
},
UIAppFonts =
{
“Arial Rounded MT Bold.ttf”
}
},
}
}
[/code] [import]uid: 99036 topic_id: 22939 reply_id: 322939[/import]
[import]uid: 10389 topic_id: 22939 reply_id: 91635[/import]