In the early stages of a project when lots of files are being added and the project is being worked on by more than one person concurrently, Xcode project files tend to come into conflict often under source control. Merging those is a pain and often results in lost file references if you're not careful.
Has anyone worked out a tried and true system for collaborating using a common Xcode project file? Does anyone keep a separate project file for each collaborator and worry about file dependencies when the problems arise? This seems like a pretty common problem, so I'm sure plenty of people have worked out a system for this type of thing.
I do have my own system for this involving separate project files for each collaborator, but that's kind of a bummer in the early stages...