iOS Development libwechatsdk.a (WXAPIOBJECT.O) ' does not contain bitcode.

Source: Internet
Author: User

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.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.