How to find and remove unused class files from a project

Viewed 5397

My XCode project has grown somewhat, and I know that there are class files in there which are no longer being used. Is there an easy way to find all of these and remove them?

4 Answers
Related