Xcode Project file git merge conflict

前端 未结 8 1429
萌比男神i
萌比男神i 2021-01-31 03:28

In Xcode, what\'s the best way to avoid Git conflict in the project file? (I am in manual git, not using Xcode interface for git)

I\'ve cloned mapbox-ios-sdk from Github

8条回答
  •  心在旅途
    2021-01-31 03:54

    You can also use Mergepbx manually do it as follows

    1. Install Mergepbx using brew.

      brew install mergepbx

    2. Run a command each time you have conflicts in your project file to automatically resolve them.

      git mergetool --tool=mergepbx PROJECT.pbxproj

提交回复
热议问题