iOS framework separates and merges multiple CPU architectures, separating and merging simulators and real machines

Source: Internet
Author: User

iOS framework separates and merges multiple CPU architectures, separating and merging simulators and real machines

If you are using a framework that supports a variety of CPU architectures for real machines and emulators, and you need one or more of these, you can detach the various schemas from the framework and then merge the specific ways you need them, in the following examples:

First separate the ARMV7 arm64 from the framework, or armv7s lipo Xxxx.framework/xxxx-thin arm64-output Xxxx.framework/xxxx-arm64lipo Xxxx.framework/xxxx-thin armv7-output Xxxx.framework/xxxx-armv7 Then merge the separated two architectures lipo-create xxxx.framework/xxxx-armv7 Xxxx.framework/xxxx-arm64-output xxxx.framework/xxxx Note: The query framework supports which schemas, the command is: Lipo-info xxxx.framework/xxxx This removes the support of i386 and x86_64. This article reprint with: http://blog.sina.com.cn/s/blog_9077079d0102wiy7.html

iOS framework separates and merges multiple CPU architectures, separating and merging simulators and real machines

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.