Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode incorrectly reporting missing files

Tags:

xcode4

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?

like image 211
madmik3 Avatar asked Jun 06 '11 20:06

madmik3


2 Answers

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.

like image 90
madmik3 Avatar answered Oct 07 '22 15:10

madmik3


Check out this post for how to get this warning to go away: Missing file warnings showing up after upgrade to XCode 4

like image 23
Scott Avatar answered Oct 07 '22 15:10

Scott