I get this warning when creating for release -
iPhone / iPod Touch: icon.png: Icon sizes (72 x 72) do not meet size requirements. The icon file should be 57x57 pixels, in .png format (-19014)
This is a universal application, and I have two icon.png files in my project, one in iPhone β images and the other in iPad β images.
Also in the info.plist file, I set the icon file to βiconβ (without any extension). I assume that he will find the correct file for iPhone 3, iPhone 4 and iPad respectively.
How can I clear this warning?
source
share