My team and I use git for the project, and we are all new to this. In any case, by adding some class files to the project (target C project) and committing when another person clones the project, Xcode does not show the added files. I saw this post
and I understand that we had to compile the .xcodeproj file all the time. Now, since the .xcodeproj file in the repository is the original file unchanged from everyone, how do I change my copy so that Xcode shows the files? They can be seen in the Finder.
source
share