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
Post a Comment