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

SPM Package Not Working With 3.0.0 Version #629

Closed
rocxteady opened this issue Oct 4, 2022 · 1 comment
Closed

SPM Package Not Working With 3.0.0 Version #629

rocxteady opened this issue Oct 4, 2022 · 1 comment
Labels
FAQ common questions tend to recur about web3 infra

Comments

@rocxteady
Copy link

I created a project from scratch and tried to use SPM 3.0.0 version. I just tried a simple implementation:
let walletAddress = try? BIP32Keystore(mnemonics: "" , prefixPath: "")
I am getting this error:
Cannot find 'BIP32Keystore' in scope

I can't access anything inside the library.

@yaroslavyaroslav
Copy link
Collaborator

yaroslavyaroslav commented Oct 4, 2022

You have to add import Core alongside to import Web3Swift to your sources to make it works.

@Kristenlike1234 Kristenlike1234 added the FAQ common questions tend to recur about web3 infra label Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FAQ common questions tend to recur about web3 infra
Projects
None yet
Development

No branches or pull requests

3 participants