I have an iPad app that I submitted to Apple successfully using my personal Apple Developer account. However, when I switched code signing certificates, everything compiles and validates except the icon itself. Here is the error I get when I try to Archive the app.
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)
Unable to validate your application. - (null)
The icon is definitely a 72×72 PNG and this validates perfectly with my personal account.
Any ideas as to what might be causing this?
Thanks!
This has been discussed a lot today on the Apple Developer forums. I suspect it has to do with the recent Mac OS X Lion update and Xcode compatibility. I had this issue with the Icon.png file and the solution for me was to download Application Loader from iTunes Connect and use that to submit the application update.
So, I’d suggest bypassing Xcode’s Orgranizer’s validation and try to use Application Loader instead.