Icon.png file error in universal application

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?

+4
source share
3 answers

iphone, 2 ( 57 57 114 114), . ipad 72 72, .

BTW xcode 4 .

: http://developer.apple.com/library/ios/#qa/qa1686/_index.html

+7

, " " β†’ "" β†’ " PNG", .

+15

Once I mistakenly installed Universal Project Devices, which led to the same error.

Fix: Target> Summary> Devices> Change to iPhone

+2
source

All Articles