Xcode does not pick up new class files in SVN

后端 未结 2 952
夕颜
夕颜 2021-01-23 04:55

I have an SVN repository that I have updated my local code from, and this update included new class files. When I went to build, there was a linker error due to the fact that co

2条回答
  •  我在风中等你
    2021-01-23 05:30

    Xcode doesn't "find" files, Xcode has to be told where files are. So if "svn up" pulls down new files, you either tell Xcode that there are new files. If the other developers updated the project files to so that their Xcode knows where these files are, if you update your project files it should be aware of the new files.

提交回复
热议问题