Question

Possible Duplicate:
App submission failed due to icon dimensions (0 x 0)

I am about to submit my app but when trying to archive, xcode keep telling me that the icon has (0x0) dimensions and need to be (57x57). I have double checked that it is 57x57 but still xcode sees it as 0x0

warning: iPhone/iPod Touch: iconNormal.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)

Was it helpful?

Solution

If you have updated to OS X 10.7.3, Updating the Application Loader will fix the issue.

Download here: https://itunesconnect.apple.com/apploader/ApplicationLoader_2.5.1.dmg

Also see App submission failed due to icon dimensions (0 x 0)

OTHER TIPS

Delete the file and then re-add it to the project. It looks like it exists, but it's corrupt or lacking data. Also, make sure the PNG is coming from a valid editor - which image editor are you using?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top