xcode project file merge
在多人协作完成iOS项目的时候总是会遇到*.pbxproj
文件冲突的情况。很不幸这个文件是那么的重要但是这次XCode5更新中又没有对其改进(xib解决得多好,期待在下个本版中又改进吧)。我有一个项目的这个文件已经达到了6w多行。
The issue with XCode (not sure about Visual Studio) is that .pbxproj files are barely human-readable, so it doesn’t make sense to resolve conflicts by hand.
就像这个@Tom老兄说的那样这个*.pbxproj
不是给人类读的!所以手工来解决冲突太费劲了。我曾经尝试过几次。但是以后再也不会想要再试了的。