LinusU / JSBridge

🔁 Bridge your JavaScript library for usage in Swift
MIT License
110 stars 7 forks source link

SwiftPM building error #4

Closed NikitaBorodkin closed 5 years ago

NikitaBorodkin commented 5 years ago

I have correctly initialised swiftPM on my project, added JSBridge to dependency scope, but I'm getting this error for unknown reason:

"Updating https://github.com/LinusU/JSBridge error: dependency graph is unresolvable; found these conflicting requirements:

Dependencies: https://github.com/LinusU/JSBridge @ 1.0.0..<2.0.0".

I'd appreciate any help from you.

LinusU commented 5 years ago

This is because I haven't cut a 1.0.0 release yet 😬

I hope to do that soon, but I'm not quite comfortable in doing that quite yet. In the mean time, please point to a specific alpha release:

.package(url: "https://github.com/LinusU/JSBridge", from: "1.0.0-alpha.15")

Happy hacking!

NikitaBorodkin commented 5 years ago

Thanks a lot for your advice :)