Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

czeluff

macrumors 6502
Original poster
Oct 23, 2006
272
2
Hello to all,

Using Icon Composer I converted a jpg image to an icon. Then, in Xcode, I edited Info.plist and added the icon name correctly into the correct location. This is all correct, because if I goto Project -> Edit Active Target "MyProgram" and then click the Properties button, my icon shows up!

However, when I switch the Build & Run style from "Debug" to "Release", the app that gets created still has the default Apple icon.

Help?

cz
 

robbieduncan

Moderator emeritus
Jul 24, 2002
25,611
893
Harrogate
Ensure that your icon is actually being copied into the Resources otherwise it won't work. There is a "Copy Bundle Resources" build phase under the Target. You need the icon in there.
 

stadidas

macrumors regular
Feb 27, 2006
243
0
Kent, United Kingdom
You may need to do a clean. I think it's under the build menu. This will cause a new application bundle to be created from scratch, which should hopefully include your new icon.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.