react-native-virgil-crypto
react-native-virgil-crypto copied to clipboard
Pod install fails in react-native 0.63
[!] The 'Pods-HackaTalk' target has transitive dependencies that include statically linked binaries: (/Users/dooboolab/Github/dooboolab/hackatalk/client/ios/Pods/CocoaLibEvent/lib/libevent.a, /Users/dooboolab/Github/dooboolab/hackatalk/client/ios/Pods/CocoaLibEvent/lib/libevent_core.a, /Users/dooboolab/Github/dooboolab/hackatalk/client/ios/Pods/CocoaLibEvent/lib/libevent_extra.a, /Users/dooboolab/Github/dooboolab/hackatalk/client/ios/Pods/CocoaLibEvent/lib/libevent_pthreads.a, /Users/dooboolab/Github/dooboolab/hackatalk/client/ios/Pods/OpenSSL-Universal/ios/lib/libcrypto.a, and /Users/dooboolab/Github/dooboolab/hackatalk/client/ios/Pods/OpenSSL-Universal/ios/lib/libssl.a)
I hope there is sample for RN 0.63 as well.
Did you tried:
use_frameworks! :linkage => :static
I might run into this, when I try this lib in my RN 0.63 app: Is there a reason why the RN 0.62 example disables flipper?