[Build] when i build ios-xcframework, i can not decryptPrivateKey. #3319
Unanswered
weixuefeng
asked this question in
Q&A
Replies: 3 comments 2 replies
-
Do I have to build it with xcode 11? swift 5.1? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I also encountered the same problem,build ios-xcframework,use it, decryptPrivateKey is nil. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how can i build the same file like official release package.
my build command is:
then i got
then i import
WalletCore.xcframework
&SwiftProtobuf.xcframework
to my ios project, all code is:then i click
click
, i can not decrypt keystore,privateKeyHex
isnil
.but when i use official package, i can decrypt then same keystore, so , is there have some problem about my build flow?
Beta Was this translation helpful? Give feedback.
All reactions