Skip to content
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 fails with: merging failed: u'PBXAggregateTarget' #14

Open
vhbit opened this issue Sep 4, 2015 · 10 comments
Open

Merging fails with: merging failed: u'PBXAggregateTarget' #14

vhbit opened this issue Sep 4, 2015 · 10 comments

Comments

@vhbit
Copy link

vhbit commented Sep 4, 2015

Let me know how I can provide more detailed and helpful info

@simonwagner
Copy link
Owner

You can send your project file to [email protected].

It would be best, if you created a dump of the merge. See
#6 (comment) for
how to do that.
Am 04.09.2015 12:28 nachm. schrieb "Valerii Hiora" <[email protected]

:

Let me know how I can provide more detailed and helpful info


Reply to this email directly or view it on GitHub
#14.

@lumaxis
Copy link

lumaxis commented Sep 11, 2015

@simonwagner I'm seeing the exact same issue. Can you quickly reiterate how to use the dump option? Because I'm getting this error message when trying as you explained in the other issue:

Normal merge conflict for 'project.pbxproj':
  {local}: modified file
  {remote}: modified file
usage: mergepbx [-h] [-o OUTPUT] [-d] [--dump DUMP] [--clean] [--no-clean]
                base mine theirs
mergepbx: error: argument --dump: expected one argument

Thanks!

@simonwagner
Copy link
Owner

You need to place the file path where you want the dump to be written to after --dump. (That’s why it says „expected one argument“). So for example: „—dump /tmp/mergepbxdump.zip“ will write the file to „/tmp/mergepbxdump.zip“.

Am 11.09.2015 um 14:35 schrieb Lukas Spieß [email protected]:

@simonwagner https://github.com/simonwagner I'm seeing the exact same issue. Can you quickly reiterate how to use the dump option? Because I'm getting this error message when trying as you explained in the other issue:

Normal merge conflict for 'project.pbxproj':
{local}: modified file
{remote}: modified file
usage: mergepbx [-h] [-o OUTPUT] [-d] [--dump DUMP] [--clean] [--no-clean]
base mine theirs
mergepbx: error: argument --dump: expected one argument
Thanks!


Reply to this email directly or view it on GitHub #14 (comment).

@lumaxis
Copy link

lumaxis commented Sep 11, 2015

Perfect, thanks. I just emailed you the dump ☺️

@simonwagner
Copy link
Owner

Thanks, I will take a look at it in the evening after work.

Am 11.09.2015 um 14:46 schrieb Lukas Spieß [email protected]:

Perfect, thanks. I just emailed you the dump


Reply to this email directly or view it on GitHub #14 (comment).

@lumaxis
Copy link

lumaxis commented Sep 25, 2015

Any updates on this? Would love to start using mergepbx in more projects :)

@simonwagner
Copy link
Owner

Working on it, unfortunately it's not only the missing entry for PBXAggregateTarget (that is an easy fix), but I also need to implement an algorithm for merging the compiler flags (which is a list and I have until now only implemented an algorithm for sets - list are unfortunately more difficult for a 3-way merge)

@snej
Copy link

snej commented Jan 18, 2016

I'm running into this too :( It'd be great to get a fix... until then I'll try using the 'union' merge as you suggested.

@kcormier
Copy link

@simonwagner Is there any update on this?

@mrtj
Copy link

mrtj commented Apr 4, 2017

It would be nice if the tool would not fail at least when the PBXAggregateTarget sections are exactly the same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants