Merge conflicts with project.pbxproj on Git - Xcode iOS

荒凉一梦 提交于 2019-11-30 19:50:15

Create a .gitattributes file and adding the following line:

*.pbxproj merge=union

Merges will happen automatically and without you having to touch anything.

Alternatively, you might try mergepbx, which does a more intelligent merge.

  1. New files are created by only one developer on "main-develop" branch.
  2. Push new files to "main-develop"
  3. Those files are implemented by other developers after pull
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!