Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I duplicated some classes and xib's and they all have this "?" next to their names:

View of navigator window

share|improve this question

3 Answers

up vote 5 down vote accepted

Those are files that are not being tracked by your version control system. If you right-click them, there should be a Source Control sub-menu with the option to Add the files.

share|improve this answer

It means those files are not under source control.

Read this doc for more info: Xcode 4 User Guide

Source Control Status

share|improve this answer

Their source-control status is unknown. Most likely, you've created the files but not added them to the repository.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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