horizontalsystems / open-ssl-kit-ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSslKit.swift/OpenSslKit/Libraries/lib/libcrypto.a(aes_core.o)' does not contain bitcode.

suusofttruongnv opened this issue · comments

I had a problem integrating the bitcoin kit into my project

I have set ENABLE_BITCODE = NO in the project but the error still occurs.

'/Users/nguyentruong/Work/ios/Customize/MrKung/mystarwallet/MyStarWallet/project/Pods/OpenSslKit.swift/OpenSslKit/Libraries/lib/libcrypto.a(aes_core.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64

Please help me to solve this!
Thanks!!!

Did you try to clear project?
Also try deleting DerivedData: Command + , -> Locations -> open containing folder and remove all content
Finally try pod deintegrate + pod install