secp256k1.swift icon indicating copy to clipboard operation
secp256k1.swift copied to clipboard

Carthage Support for MacOS

Open keefertaylor opened this issue 5 years ago • 1 comments

When trying to consume this into a MacOS based project using Carthage, I get the error:

$ carthage bootstrap --platform macOS --cache-builds --verbose
<snip>
*** Skipped building secp256k1.swift due to the error: 
Dependency "secp256k1.swift" has no shared framework schemes for any of the platforms: Mac

Is this a supported configuration?

keefertaylor avatar Jan 26 '20 21:01 keefertaylor

@keefertaylor We are not actively supporting any other dependency manager than Swift Package Manager. We dropped support for it a while ago. Please read our rationale here: https://github.com/Boilertalk/Web3.swift#cocoapods-and-carthage

You can always opt-in to use SPM for only one dependency. But from experience I can only advice, the more the better.

koraykoska avatar Oct 03 '22 16:10 koraykoska