Reputation: 181
When i try to archive i am get a warning message saying "your Icon.png is not having the size of 57X57. But my image(Icon.png) is exactly 57X57.
The warning message displayed while archiving is as follows
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) Unable to validate your application. - (null) 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)
Can anyone tell me how to remove this warning. Because with this warning i am unable to upload in app store
Upvotes: 2
Views: 1168
Reputation: 459
An extract from the post here which helped me take care of the problem:
In your project settings, goto Build Settings > Packaging > Compress PNG files and make sure it's No / Unchecked.
Once you do this, just build and the warning should go away. Hope this helps!!
Upvotes: 1
Reputation: 9544
Had this same problem. Select your icon file and then change the file type (on the properties bar on the right) to "icon".
Upvotes: 5
Reputation: 22930
Install ApplicationLoader_2.5.1.dmg take a look at this App submission failed due to icon dimensions (0 x 0)
Upvotes: 0