You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: