react-native-virgil-crypto icon indicating copy to clipboard operation
react-native-virgil-crypto copied to clipboard

Pod install fails in react-native 0.63

Open hyochan opened this issue 4 years ago • 2 comments

[!] 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.

hyochan avatar Jul 19 '20 15:07 hyochan

Did you tried:

use_frameworks! :linkage => :static

davidbiller avatar Nov 15 '20 17:11 davidbiller

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?

pke avatar Nov 24 '20 20:11 pke