Big problem for using trustwallet for desktop project !! #1594
Unanswered
guardesign
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Recommend used mac Os and this IDE tool |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi everybody
we want to use trust wallet core for developing wallet in our project but we encounter some issues :
we had able to build a native core wallet in Linux and our problem is when we want to use (Sample Go Integration for Wallet-Core) native besides that for using repositories we faced up error !!!
//////////////////////////////////////////////////////////////////////
./include/TrustWalletCore/TWBase.h:47:18: error: missing binary operator before token "("
47 | #if __has_feature(assume_nonnull)
| ^
./include/TrustWalletCore/TWBase.h:56:19: error: missing binary operator before token "("
56 | #if !__has_feature(nullability)
| ^
In file included from ./include/TrustWalletCore/TWPublicKeyType.h:9,
from ./include/TrustWalletCore/TWPublicKey.h:11,
from ./include/TrustWalletCore/TWPrivateKey.h:12,
from ./include/TrustWalletCore/TWCoinType.h:14,
from ./include/TrustWalletCore/TWHDWallet.h:10,
from ./main.go:5:
./include/TrustWalletCore/TWBase.h:47:18: error: missing binary operator before token "("
47 | #if __has_feature(assume_nonnull)
| ^
./include/TrustWalletCore/TWBase.h:56:19: error: missing binary operator before token "("
56 | #if !__has_feature(nullability)
| ^
In file included from ./include/TrustWalletCore/TWString.h:9,
from ./include/TrustWalletCore/TWPublicKey.h:12,
from ./include/TrustWalletCore/TWPrivateKey.h:12,
from ./include/TrustWalletCore/TWCoinType.h:14,
from ./include/TrustWalletCore/TWHDWallet.h:10,
from ./main.go:5:
./include/TrustWalletCore/TWBase.h:47:18: error: missing binary operator before token "("
47 | #if __has_feature(assume_nonnull)
| ^
./include/TrustWalletCore/TWBase.h:56:19: error: missing binary operator before token "("
56 | #if !__has_feature(nullability)
| ^
In file included from ./include/TrustWalletCore/TWPurpose.h:9,
from ./include/TrustWalletCore/TWCoinType.h:15,
from ./include/TrustWalletCore/TWHDWallet.h:10,
from ./main.go:5:
./include/TrustWalletCore/TWBase.h:47:18: error: missing binary operator before token "("
47 | #if __has_feature(assume_nonnull)
| ^
./include/TrustWalletCore/TWBase.h:56:19: error: missing binary operator before token "("
56 | #if !__has_feature(nullability)
| ^
./include/TrustWalletCore/TWBase.h:56:19: error: missing binary operator before token "("
///////////////////////////////////////////////////////////////////
is there any solution to this problem !!
Best
Beta Was this translation helpful? Give feedback.
All reactions