dn-m / MusicXML

Implementation of the musicXML specification in Swift
MIT License
74 stars 20 forks source link

I need help to include this package #234

Open xNeorem opened 4 years ago

xNeorem commented 4 years ago

Hello , I am trying to use this package but I cannot include in my project using XCode package manager. I got this error and I do not know how to resolve it

" Showing All Messages : the package musicxml[https://github.com/dn-m/MusicXML.git] @ 0.2.3 contains incompatible dependencies: xmlcoder[https://github.com/bwetherfield/XMLCoder] @ value-coding-key-empty

" I already tried to include xmlcoder by myself before include MusicXML, but nothing

Thanks for help

albertodebortoli commented 4 years ago

I'm facing a similar issue.

Screenshot 2020-05-30 at 11 50 51
yifan commented 3 years ago

I changed to use branch latest instead of a version, and it resolved the dependencies for me.