Submitting to Apple - Error: icons 0x0 insteas of 57x57 and 72x72

You must Login before you can answer or comment on any questions.

I am attempting to submit my application to Apple for review but after going through the entire process, I am held up when I "verify" it which is done right before actual submission. It gives me an error saying that my icon is 0x0 not 57x57 (iPhone) and another error says my icon is 0x0 not 72x72 (iPad). The only suggestions I could find on how to fix it was to to A) update Application Loader, which I did. Although I could not update to the very latest version because it doesn't support Snow Leopard which is what I'm running. Needless to say it didn't work. The other suggestion was to B) add an array of your icons in the code of the info.plist file. The problem is that I don't have an info.plist file anywhere in my project. I started the project solely testing for Android and then later added the iPhone and iPad tagets which may be why I don't have that file. If anybody has any suggestions, they would be greatly appreciated as I spent all summer working on this app and would like to see it through.

— asked 10 months ago by Ben Knapic
0 Comments

3 Answers

Hi Ben

Can you confirm what version of the Appcelerator SDK and XCode you are using?

This was a problem a while ago but not for some time. Check to see what version of the loader you are using - if it is not at least 2.5.1 then check this.

— answered 10 months ago by Malcolm Hollingsworth
answer permalink
5 Comments
  • Hi

    Do you have an iphone folder containing at least two icons;

    /iphone/appicon.png
    /iphone/appicon@2x.png
    See what this does.

    — commented 10 months ago by Malcolm Hollingsworth

  • Yes, the icons are in the iphone folder and are labelled as such. They operate perfectly fine when deployed on physical devices for testing.

    — commented 10 months ago by Ben Knapic

  • Just in case you have not - you did perform a full project > clean before creating the distribution process?

    — commented 10 months ago by Malcolm Hollingsworth

  • Show 2 more comments

I don't have access to the computer I was uploading with right now because I am telecommuting, but I just downloaded Titanium and XCode on the system last week so they should both be up to date. As for updating Application Loader, see the original post.

— answered 10 months ago by Ben Knapic
answer permalink
1 Comment
  • You're not trying to use the ios6 beta are you? They wont let you submit with that if you are.

    — commented 10 months ago by Josh Lewis

Your Answer

Think you can help? Login to answer this question!