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
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.