Icon.png file error in universal app
问题 I am getting this warning while building for Release - iPhone/iPod Touch: icon.png: icon dimensions (72 x 72) don't meet the size requirements. The icon file must be 57x57 pixels, in .png format (-19014) This is a universal app and I have two icon.png files in my project one in iPhone -> images and other in iPad -> images. Also in info.plist file I set Icon file to "icon" (without any extension) I am assuming that it will find the correct file for iPhone 3 , iPhone 4 and iPad accordingly. How