Re: Missing File issues after removing a file from the project
Re: Missing File issues after removing a file from the project
- Subject: Re: Missing File issues after removing a file from the project
- From: Quincey Morris <email@hidden>
- Date: Fri, 27 Jul 2012 21:44:59 -0700
I removed some files that are no longer used by my project. But Xc4.4 then complains, when I build:
file://localhost/Users/me/Projects/MyProj/trunk/lib/JSONKit: warning: Missing file: /Users/me/Projects/MyProj/trunk/lib/JSONKit is missing from working copy
This may not be a SCM problem, but rather that one of your build phases or build settings still contains a reference to the deleted file, or something along that line.
If it is a SCM problem, ... Git or SVN? If it's git, it seems odd that *building* the project would give a SCM-related error. (If it's SVN, anything is possible, since SVN always seemed to go out of its way to be both fragile and annoying.)
Related: I can't see that full error text, because it's truncated in the left pane. Is there a way to see the full error without copy/pasting? It doesn't show in the build log.
You should be able to "hover" the mouse pointer over the error to see the whole thing. Or, if you go to the build-log tab (instead of the build-errors tab), you might be able to see the error in a transcript.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden