Xcode setting ENABLE_BITCODE: obtain an updated library from the vendor, or disable bitcode for this target

xcode

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

How to solve this ?

Best Answer

What is Bitcode? Bitcode refers to the type of code that is sent to iTunes Connect which allows Apple to use certain calculations to re-optimize apps further. You can learn more about bitcodehere.

Either: "obtain an updated library from the vendor"

or: "disable bitcode for this target."

To disable Bitcode, go to the Build Settings tab of your workspace, scroll down to Build Options, and set Enable Bitcode to No.

the latter can be done through the build settings:

enter image description here