Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4.1 Archive Build in organizer doesn't show icon

My application icon's work fine when displaying on iPad and iPhone, however after I build for archive, and create the archive, there is no icon shown. Any ideas? I've looked around at several forums and haven't found a resolution. I actually don't believe this has any effect on the actual distribution deployment, as the .ipa definitely has the icons bundled with it. I've loaded it directly into iTunes to verify that.

See screenshots below, I already have "Icon File" (CFBundleIconFile) and "Icon Files" (CFBundleIconFiles) defined.

enter image description here

enter image description here

enter image description here

like image 337
mservidio Avatar asked Jul 24 '11 17:07

mservidio


1 Answers

Hate to answer my own question, though a light bulb just went off in my head. Within Xcode 4 organizer archives, applications are grouped. As in if you archive 5 versions, you select the application on the left pane, and than the 5 versions show on the right pane. This lead me to believe that it's not actually the application icons that are used to show the grouped application on the left pane, but the actual iTunesArtwork file. So I added it to the CFBundleIconFiles collection, and it worked!

enter image description here

enter image description here

like image 113
mservidio Avatar answered Oct 08 '22 05:10

mservidio