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