I'm developing iphone apps with a friends. We are sharing the code with git but we are facing some problems for instance when one add some new file (git add, git commit, git push) the other one can not see them in xcode and needs to copy them from filesystem.
What are the file to share on top of the source code ?
What are the file not to share (I'm thinking of files linked to xcodeproj, xcuserdata, ...) ?