You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project enable bitcode for main target as well as all pods. When i import neo-swift and build project in real device, an error occur with message below. Can you build a framework enable bitcode?
Pods/neo-swift/neoutils.framework/neoutils(000000.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
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
My project enable bitcode for main target as well as all pods. When i import neo-swift and build project in real device, an error occur with message below. Can you build a framework enable bitcode?
The text was updated successfully, but these errors were encountered: