Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode : Missing icons for iOS apps in Organizer's archives

If I choose "build and archive" from XCode, the Organizer is launched and I can see a list of my archived applications. I have 4 different applications (with several archives each), but the icon that's displayed in Organizer for one of the apps is missing -- there is a question mark icon instead. The app does have an associated icon and it validates and submits to the app store without any issues.

Why isn't Organizer picking up the icon correctly and how do I fix it?

like image 800
memmons Avatar asked Oct 05 '10 21:10

memmons


5 Answers

Not a bug, I think you need to have at least one for Iphone and a bigger one for ipad (although my app is only designed for iphone...). I replaced the "icon file" key with "icon files" in the plist file and put one 52x52, one 72x72 and also one 114x114.

like image 75
paicolman Avatar answered Nov 12 '22 07:11

paicolman


I think it is a bug. I see the same for all my apps that I Build & Archive.

like image 20
Stefan Arentz Avatar answered Nov 12 '22 07:11

Stefan Arentz


Include in the info.plist for the key "Icon File" the value "Icon.png". Do not forget to also include the image in the container.

like image 20
Vincent Avatar answered Nov 12 '22 07:11

Vincent


I have the same problem, and I solved it by adding a "Icon file" in info.plist, and adding a "Icon files" after "Icon file", and the icon is fine in organizer. I think that might a parsing sequence problem.

like image 40
imbear Avatar answered Nov 12 '22 09:11

imbear


Those of you that have upgraded to Xcode 4.3 and are having problems with the Application Icons showing up in the Organizer Window under Archives, look at this posting which includes a solution:

Xcode 4.3 : missing icons for iOS apps in Organizer's archives

like image 1
Anil Natha Avatar answered Nov 12 '22 08:11

Anil Natha