In the project navigator in Xcode, I am not sure what the ? is trying to tell me next to the file name.


Screen Shot

I am sure it is not a coincidence that this is the same file that I dragged from my root directory for the project to the Classes folder (because the .mm file was there and I wanted them to be together). The project still compiles just fine, however my code sense broke recently and I am wondering whether this may be part of the issue.

Thanks!

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

I think it's the file untracked by source control.

link|improve this answer
Is there a remedy? – Kevin_TA Dec 15 '11 at 19:09
If you use source control, it would probably make sense to add it. – Michael Krelin - hacker Dec 15 '11 at 19:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.