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" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -