Merging Xcode project files

前端 未结 5 1347
故里飘歌
故里飘歌 2020-12-13 00:27

There are often conflicts in the Xcode project file (Project.xcodeproj/project.pbxproj) when merging branches (I\'m using git). Sometimes it\'s easy, but at times I end up w

5条回答
  •  伪装坚强ぢ
    2020-12-13 01:13

    To compare two Xcode projects open open FileMerge (open xcode and select Xcode (from the manu pane) --> Open developer tools --> FileMerge). now click "left" button and open xcode project main directory. click "right" button and open xcode project main directory to compare.

    Now click "merge" button!

    Thats it!

提交回复
热议问题