"Workaround" must rebuild it with Bitcode enabled (Xc

Source: Internet
Author: User

Today, to upgrade Xcode to 7.0, in addition to some of the swift syntax problems, there are a few more problems, one of which is included in the title of a false hint.

Development environment: Xcode 7.0
Development language: Swift (introduction of third-party OC Libraries)
The scene appears:

Normal debugging is no problem, but in the archive, reported this error.

Question Details:

(null): Urgent:all Bitcode is dropped because ' xxxx ' was built without 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. Note:this'll be a error in the future.

Problem Analysis:

As can be seen from the above error, this is because a third-party library is incompatible, my project opened Enable_bitcode (should be automatically converted after the upgrade), and this third-party library at the time of compilation does not ENABLE Bitcode, So the question of appeal was caused.

Workaround:

There should be two kinds of it, one is to switch to enable Bitcode third-party library, and another is to set the Enable_bitcode of the project to False.

Because I am not very convenient to change the library, so, the project set to change a bit.

Here's how it works:

The above solution is to change the construction of the project, but after the change of what effect has not yet been found. This article will be updated if it is discovered later.


"Workaround" must rebuild it with Bitcode enabled (Xc

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.