Search code examples
gitxcode4

Is source repository in Xcode reliable?


When I add some new files to my project (I've created a source repository for this project already), these files are not added to source repository at all. I go through my whole project and I found some of the files are in repository but some are not.Why like this? How to solve the problem?

Thanks


Solution

  • Looking at the XCode documentation, check also the status of those non-versioned files.

    staus

    Some of those might be ignore by your source control tool (SVN or git) due to, for instance, a .gitignore you can add to your project (or like this one).