Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

warning: iPad: Icon-72.png: icon dimensions (0 x 0)

I got this problem: "warning: iPad: Icon-72.png: icon dimensions (0 x 0) don't meet the size requirements. The icon file must be 72x72 pixels, in .png format (-19014)" when build for archive the iPad only app. Have checked, my icon is 72x72 pixels. Also checked on info.plist file, the key CFBundleIconFiles already there. Before this have no problem to submit the app. After rejected by app review I want to resubmit (no changes has been made on my Xcode project) but the error appear. Does it because of I've upgraded to Mac OSX Lion 10.7.3? (I just update to Mac OSX Lion 10.7.3 before resubmit the app).

Wonder why does the warning says "icon dimensions (0 x 0)".

Please help me. Thanks.

like image 339
hanism Avatar asked Feb 02 '12 07:02

hanism


5 Answers

I installed Application Loader and the problem with Xcode got solved. Found the solution on Apple Developer forums here

like image 77
AndreasZ Avatar answered Nov 03 '22 04:11

AndreasZ


I found a solution thanks to a forum post on the official developer forums.

  1. click on your project in the tree view
  2. choose the project
  3. go to Build Settings
  4. be sure to select All
  5. search for PNG and set the value to NO

enter image description here

Seems to be a bug in Lion 10.7.3

like image 38
mwidmann Avatar answered Nov 03 '22 04:11

mwidmann


Another solution, without installing Application Loader, is to set the File Type of all your icon files to "Icon" instead of PNG Image. This is done by selecting the Icon in Xcode and going to the File inspector panel.

like image 9
MonsieurDart Avatar answered Nov 03 '22 02:11

MonsieurDart


Download new Application Loader and upload your app with it.

like image 6
Roman Bambura Avatar answered Nov 03 '22 02:11

Roman Bambura


While the solution of turning off Compress PNG images does work, it is not a good solution as it then no longer compresses PNG images. While not the most useful feature ever, it is standard and does obfuscate your images in your ipa which is usually a good thing.

This issue started with 10.7.3, today. No real solution has yet been put forward (other than to build your submissions with 10.7.2 instead.)

like image 3
cyphers Avatar answered Nov 03 '22 03:11

cyphers