The operation could not be performed because “PROJECTNAME” has one or more tree conflicts

后端 未结 5 511
名媛妹妹
名媛妹妹 2020-12-17 09:30

I am using Git and when I tried to pull a newer development branch with my current branch using XCode\'s source control menu I received this error message:

T         


        
5条回答
  •  感情败类
    2020-12-17 09:46

    There is a conflict in the project file you need to pull using the command line or a GUI tool like SourceTree (Free) and manually resolve the conflict in a text editor or diff tool.

    See also:How to use Git properly with XCode?

提交回复
热议问题