Hello everyone I'm just about to submit my app and i have archived it but in the organizer the app icon shows up as blank for some reason. I have received no error messages and i have tried making another app with an icon and test if it has an icon in the organizer archaize but still the app icon shows up as blank. Anyone know the problem here? Any help is appreciated. Thanks.
Asked
Active
Viewed 3,384 times
3
-
The selected answer here worked for me: http://stackoverflow.com/questions/10601484/why-xcode-4-3-2-shows-white-icon-when-archived – jsherk Aug 22 '13 at 15:53
2 Answers
1
Have you imported iTunesArtwork.png into your project? If you haven't, do so, and make sure that you have the .png extension at the end.

Emir Akaydın
- 5,708
- 1
- 29
- 57

Mick MacCallum
- 129,200
- 40
- 280
- 281
-
Yes, I have added the 512 by 512 file into by Xcode project by dragging the file into the supporting files section. I have archived it again but still no icon picture. Do i need to tell Xcode somewhere to use the iTunesArtwork.png file for my app icon manually, or is it supposed to use it automatically? Also, I just dragged the file into supporting files. Does tat count as import? And did i put it in the right place? Thanks. – user1349130 Apr 22 '12 at 16:49
-
That should have been fine, and yes it should have been automatic. When you dragged it in was the "Add to Target" checkbox selected? – Mick MacCallum Apr 22 '12 at 16:51
-
Yes, it was checked. still, no icon when I archive it and check it using organizer. What if I just submit the app to apple? The icon shows up fine when I run it on an iPod. – user1349130 Apr 23 '12 at 04:27
-
To be honest I really don't think it matters, I've run into that problem before, as well as read several posts about it, and I have to say it bugs me. However, it doesn't seem to make a difference if you include that graphic. Apple has accepted two of my apps when that icon wasn't showing up, as well as several of my friends apps with the same problem. – Mick MacCallum Apr 23 '12 at 05:12
-
In addition, I see that you are new to Stack Overflow, (Welcome!) just a heads up about how things works here so your use of this website can be smooth. In the future, when you ask a question and you feel like one of the answers really helps you, mark it as correct by selecting the checkmark next to the post. – Mick MacCallum Apr 23 '12 at 05:14
0
Adding iTunesWork.png in my case did not help. Maybe todays version of XCode which is 5 has different way to do it.
What i did is updated the projects .plist with the ff value:
Icon files (iOS 5)
- Primary Icon
- Item 6 ---------- MyArchiveIconHere.png

s4m0k
- 568
- 1
- 4
- 12