Skip to content

Issues with 'Utilities' and 'SECP256K1' in web3swift 3.3.0 #884

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

Open
moitani03 opened this issue Mar 18, 2025 · 1 comment
Open

Issues with 'Utilities' and 'SECP256K1' in web3swift 3.3.0 #884

moitani03 opened this issue Mar 18, 2025 · 1 comment

Comments

@moitani03
Copy link

Hi,

After resolving the type mismatch, I now get "Cannot find 'Utilities' in scope" and "Cannot find 'SECP256K1' in scope" when using web3swift 3.3.0 in xcode

DefaultCryptoProvider.txt

I expected both to be available with import web3swift. Can you help resolve this? Thanks!

Best, moitani03

@SYhotmail
Copy link

@moitani03 please import the following:

import Web3Core
import WalletConnectSigner

Also managed to compile on deprecated package. https://github.com/WalletConnect/WalletConnectSwiftV2.git.
I had on my intel based Mac, swift 6 missing WalletConnector issue. Then it would be a question for Reown about migration problem.

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

No branches or pull requests

2 participants