xcode - The operation could not be performed because "PROJECTNAME" has one or more tree conflicts -


i using git , when tried pull newer development branch current branch using xcode's source control menu received error message:

the operation not performed because "projectname" has 1 or more tree conflicts. 

how resolve these tree conflicts? thanks

there conflict in project file need pull using command line or gui tool sourcetree (free) , manually resolve conflict in text editor or diff tool.

see also:how use git xcode?


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -