Details
-
Bug
-
Resolution: Won't Do
-
P4: Low
-
None
-
5.8.0 RC
-
None
-
Qt 5.8.0RC, Qt Creator 4.2.0, macOS 10.12.2, Xcode 8.2.1
Description
Any static library built for iPhoneSImulator results in fat binary containing 4 architectures - apart from needed i386 and x86_64 there is armv7 and arm64 code.
What's obvious - it makes project compile longer and binary bigger.
I think it may be connected with another issue I found - QTBUG-58004.