Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carthage Support for MacOS #4

Open
keefertaylor opened this issue Jan 26, 2020 · 1 comment
Open

Carthage Support for MacOS #4

keefertaylor opened this issue Jan 26, 2020 · 1 comment

Comments

@keefertaylor
Copy link

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?

@koraykoska
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants