IOS instruction Set

Source: Internet
Author: User

Armv7|armv7s|arm64 is an instruction set for ARM processors

I386|x86_64 is the instruction set for Mac processors

arm64:iphone6s | iphone6s plus|iphone6| IPhone6 plus|iphone5s | ipad air| ipad mini2 (ipad Mini with Retina Display) armv7s:iphone5|iphone5c|ipad4 (ipad with Retina display) armv7:iphone4| Iphone4s|ipad|ipad2|ipad3 (The New iPad) |ipad mini|ipod Touch 3g|ipod TOUCH4 i386 is for Intel Universal microprocessor 32-bit processor x86_ 64 is a 64-bit processor simulator for the x86 architecture 32-bit processor test requires I386 architecture simulator 64-bit processor test requires X86_64 architecture true machine 32-bit processor requires ARMV7, or armv7s architecture true machine 64-bit processor requires ARM64 architecture

In iOS development, every project uses some good frameworks that others encapsulate, but these frameworks do not necessarily all support real-world and simulator testing, so we need to determine in advance whether they support the real machine or the simulator, and when we make our own packaging libraries, If we want our framework to support both the real machine and the emulator, then we need to merge the generated libraries!

Determine framework or. A file support frameworks:

Lipo-info/users/.../xframework.framework/xframework

Lipo-info/users/.../libxyplatform.a

Output results

Architectures in the Fat file:xsdkframework are:armv7 arm64 does not support simulator

Architectures in the Fat File:libuppayplugin.a are:armv7 arm64 i386 x86_64 support for real machines and simulators

IOS instruction Set

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.