I have tried everything I can find but still can’t get the app loader to accept my app. I have a 57x57 Icon a 72x72 Icon-72 and a 114x114 Icon@2x files. This is what my build setting code looks like. I am getting the error:
“iPad: Icon.png: icon dimensions (57x57) don’t meet the size requirements. The icon file must be 72x72 pixels, in .png format”.
Thanks
Edit: I’ve since added the other small Icons and still no deal.
[code]
settings =
{
orientation =
{
default = “landscape”,
supported =
{
“landscape”, “landscape”,
},
},
androidPermissions =
{
“android.permission.INTERNET”
},
{
iphone =
{
plist =
{
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png” ,
“Icon@2x.png”,
“Icon-72.png”
},
},
},
},
}
[import]uid: 31005 topic_id: 8895 reply_id: 308895[/import]