app icon not showing in iphone simulator
        Posted  
        
            by Ben Collins
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ben Collins
        
        
        
        Published on 2010-06-08T01:32:17Z
        Indexed on 
            2010/06/08
            1:42 UTC
        
        
        Read the original article
        Hit count: 458
        
I have a 57x57 PNG file in the root of my bundle, and the "Icon file" setting in my .plist file has the correct filename, but when the app is installed to the simulator, the icon is the default grey/white one.
I've tried deleting my app from the simulator (both through the simulator and through rm -rf on the app directory from the console), I've tried cleaning my target, and I've tried renaming my app icon, all to no avail.
What do I have to do to get the icon showing?
© Stack Overflow or respective owner