QTCreator build for simulator always generate code armv7 arm64 not i386
Unsolved
Mobile and Embedded
-
Hi, I create a static iOS lib with QTCreator 4.3.1, and using target for iphoneos-clang all works ok. Now I have to build a universal library with the "simulator, i386" symbol for create a "FAT" library.
In the projects tab I selected the "iphonesimulator-clang" kit, the build finish ok, but when I check the library generated I found not i386 symbols but armv7 and arm64. I check the makefile generated from qmake for this target and inside I found armv7 and arm64 why?
How I DO for build static lib with simulator, i386 code???Thanks in advance.
Tommaso.