WEIWEI
WEIWEI
I think you can try with below two step ``` ./bootstrap.sh ./tools/ios-xcframework ``` then copy new WalletCore.xcframework and SwiftProtobuf.xcframework to you project
what device you are tested on? and please run flutter doctor and paste log.
Add ``` init { System.loadLibrary("TrustWalletCore") } ``` in you android project MainActivity.kt file MainActivity.kt file will looks like ``` class MainActivity: FlutterActivity() { init { System.loadLibrary("TrustWalletCore") } } ```
try again with new version of trustwallet core native lib
any log?
currently there is a auth issue with this maven package, please use [https://github.com/weishirongzhen/flutter_trust_wallet_core_lib_include](https://github.com/weishirongzhen/flutter_trust_wallet_core_lib_include) instead.
change build.gradle abi to build armv8 only may work.
Will do, but it will not be so fast, currently I'm using this lib for my product, a lots api may have breaking changes due to requirements, I'll add more...