secp256k1.swift
secp256k1.swift copied to clipboard
Carthage Support for MacOS
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 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.