In the use of sharing may be error, error is as follows:
LD: '/users/gti/documents/********/lib/sdkexport/libwechatsdk.a (WXAPIOBJECT.O) ' does not contain bitcode. You must rebuild it with Bitcode enabled (Xcode setting Enable_bitcode), obtain a updated library from the vendor, or dis Able Bitcode for this target. For Architecture arm64
The problem is that third parties do not support Bitcode.
About Bitcode
Bitcode is an intermediate form of code that is compiled by a program. Programs that contain Bitcode configuration will be compiled and linked on the App store. Bitcode allows Apple to re-optimize the binary files of the program at a later stage without having to resubmit a new version to the App Store
In Xcode 7, when we create a new iOS program, the Bitcode option is set to Yes by default
WORKAROUND: 1 Let the third party support Bitcode (this is required by third party support, not we can set it)
2 Close Bitcode (This is a more realistic approach), set the following:
iOS Development libwechatsdk.a (WXAPIOBJECT.O) ' does not contain bitcode.