Iphone – How to delete unused graphic files from iPhone XCode project

iphonexcode

In our iPhone project, it tends to add up a pile of unused image files. I would like to find a neat way to delete theese files from my xcode project. Referances to the images is found in both source and nib-files Do anyone have a solution for that?

Best Answer

Command-shift-f will show a search by project. With this panel you can find all references to the image in the project. Once you delete these references Interface Builder will highlight the broken references for you so you can easily delete those.