weishirongzhen / flutter_trust_wallet_core

MIT License
88 stars 33 forks source link

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

Closed baharmovahed closed 4 months ago

baharmovahed commented 2 years ago

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 commented 2 years ago

Did you build your own android aar lib?

kayson3 commented 2 years ago

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 commented 2 years ago

@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 commented 1 year ago

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 commented 11 months ago

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 commented 4 months ago

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 commented 4 months ago

you have to build your own android lib, or else will lookup failed. check https://github.com/weishirongzhen/flutter_trust_wallet_core/issues/26 or just run on ios