Table of Contents

Bitcode Needs to Be Enabled (ENABLE_BITCODE Setting)

In case of issues in Xcode containing something similar to:

libTencentGDTAdapter.a(ALTencentGDTMediationAdapter.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

Disable bitcode doing the following:

Rebuild Bitcode Enabled 1

Rebuild Bitcode Enabled 2