Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Xcode 4 version control, what does it mean when there is a question mark near a file that you have just added to the project?

How do you change it to ensure that the file is properly added?

I copied some files into my project folder. Then in Xcode I clicked on a group and chose "Add files to project...". Then I selected multiple files.

One of the files was added properly - It had an "A" next to it. The other file had a "?" mark next to it.

Why didn't it add properly? What should I do to add it properly? It is a PNG file.

like image 375
xcoder Avatar asked Nov 30 '11 06:11

xcoder


1 Answers

The ? mark means that the file is not under source control (but is part of the project). You can add it to the project by clicking on the file ---> Source Control ----> Add.

like image 122
xcoder Avatar answered Nov 11 '22 03:11

xcoder