I have an Xcode project and I'm working with a team.
I have re-organized the files and set all the correct settings to build properly. After that, I committed to the repo and asked my teammates to pull/update and continue working on it.
However, we found that the organization of files and build settings were not reflected in my teammates' computer when they opened the same project in Xcode.
I guess it is because Xcode saves each folder/file organization and settings specific to the user (in the xcuserdatad file?). So, how do I get my team's settings/preferences to be synchronized with mine? What is the best practice?