simonwagner / mergepbx

script for merging XCode project files in git
GNU General Public License v3.0
1.04k stars 46 forks source link

merging failed: 'fileRef' #21

Closed bpenda closed 7 years ago

bpenda commented 8 years ago

mergepbx just sits there for a while and then I get merging failed: 'fileRef'. mbpxdump.zip

simonwagner commented 8 years ago

Could you try out v0.10? This should be fixed now.

An entry in your project file was broken (the one with the id 3E84E0A1885C1FB27F6AC15087464E24), which led to the crash, as it was missing its fileRef attribute. mergepbx now skips those entries in the clean up phase.

AnLuoRidge commented 8 years ago

I have tried v0.10. The " merging failed: 'fileRef' " warning never appear! Thank you!