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

Couldn't resolve Failed to lookup symbol 'TWMnemonicIsValid': undefined symbol: TWMnemonicIsValid #43

Closed
baharmovahed opened this issue Apr 20, 2022 · 7 comments

Comments

@baharmovahed
Copy link

Hi.
after cloning and compiling the example, I was faced with this error and couldn't solve it.

The following ArgumentError was thrown building Builder:
Invalid argument(s): Failed to lookup symbol 'TWMnemonicIsValid': undefined symbol: TWMnemonicIsValid

could you help me?

@weishirongzhen
Copy link
Owner

Did you build your own android aar lib?

@kayson3
Copy link

kayson3 commented Apr 30, 2022

using this HDWallet(strength: 128, passphrase: "");
i got ArgumentError (Invalid argument(s): Failed to lookup symbol 'TWHDWalletCreate': undefined symbol: TWHDWalletCreate)

then using HDWallet.createWithMnemonic(mnemonic);
i got ArgumentError (Invalid argument(s): Failed to lookup symbol 'TWMnemonicIsValid': undefined symbol: TWMnemonicIsValid)

did not build android aar lib (i just installed from pubdev directly)

@flutterdevcodiste
Copy link

@kayson3
I'm also getting the same error after a successful download from GitHub using username and app token.
Will you please help me how to resolve this in the demo app?

@KubyWong
Copy link

KubyWong commented Apr 5, 2023

I'm also getting the same error after a successful download from GitHub using username and app token.
Will you please help me how to resolve this in the demo app?

@flutterdevcodiste
Copy link

Hey @baharmovahed, have any of you found a solution? I'm also stuck here and can't proceed to deliver the app.

@weishirongzhen does it require to generate own build.?

@JKing1123
Copy link

Hi. after cloning and compiling the example, I was faced with this error and couldn't solve it.

The following ArgumentError was thrown building Builder:
Invalid argument(s): Failed to lookup symbol 'TWMnemonicIsValid': undefined symbol: TWMnemonicIsValid

could you help me?

I have the same problem. Have you solved it yet

@weishirongzhen
Copy link
Owner

weishirongzhen commented Apr 19, 2024

you have to build your own android lib, or else will lookup failed. check #26
or just run on ios

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

6 participants