When A and B change the project’s structure at the same time,the project.pbxproj will conclict in git/svn. this file can’t be treated as text file, how could I solve this conflict?
Now, I have to override one’s project.pbxproj and manually apply another’s structure.
Any sugguest? thx
When A and B change the project’s structure at the same time,the project.pbxproj will
Share
It can be treated as a text file. It’s ugly, but you can usually figure out what the various lines of text in there are doing, and merge with some elbow grease.