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

后端 未结 5 518
名媛妹妹
名媛妹妹 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:52

    For me this error occurred when Xcode got confused on which branch the project was currently on. So I solved it by switching the branch to master and then back to the former branch again. So, try this simple fix first.

提交回复
热议问题