I had some files that I removed from my project. They don’t show up anywhere when I grep the directory for files or the text inside of the files in my source but when I build my project it reports missing files as warnings. Cleaning and restarting the Xcode does not help.
Any ideas on where to look?
it seems like the issue was related to the files being added but not committed to my svn repository. when i removed them from being added the warning went away.