-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merging failed: can not merge projects with objectVersion 50 #32
Comments
I get the same problem, but for version 51 😞 |
Are you able to do the merge again? If so, it would be helpful to have a dump of the files that You can dump them by adding
You need all those three files to determine what the merge result should be. From your screenshot alone I can't see what caused the error, because it only shows me two files which is not enough to determine why the merge failed. You could have a legitimate conflict if the merge base had a different file which has been replaced by Example: The current commit looks like this:
Now the branch
and
Now what should the result be, if we merge
Or did both To answer those questions, you have to ask the user for his actual intent. So a merge has to fail in this case and let the user himself decide what the correct result should be. |
Hello @simonwagner Thanks for answering :) I tried again to do a merge with the tool ; i got the issue again. I'm joining the dumped zip. |
Hello @simonwagner I have another one to share ! |
@NicolasRiviere Hello, I have the same issue with 51 version. Did you resolve that problem? @simonwagner |
I have modified SUPPORTED_OBJECT_VERSIONS = set((51,)) in pbxmerge.py and all worked well, thank for the script! |
Thanks! I Will do the same! |
Hello !
First of all, thank you very much for creating and contributing to MergePbx. It saves me so much troubles when having xcodeproj conflicts !
Now, the issue ; as said in the title i got an error when trying to resolve conflicts in my xcodeproj.
I'm using Xcode 10.1 and xcodeproj has been created with this version of the IDE.
I think this is not a problem with the content of my Xcodeproj itself, as you can see on the image below. It is a simple conflict (that i succeed to resolve !).

Do you think that supporting
version 50
is possible ?The text was updated successfully, but these errors were encountered: