How to disable BITCODE for iOS project
Solved
Mobile and Embedded
-
wrote on 29 Dec 2016, 15:59 last edited by
Hi everyone!
I have a project for iOS and I want to disable BITCODE. How I can do it using *.pro file?
-
Hi,
Depending on your Qt version your can try with
CONFIG -= bitcode
.Hope it helps
-
wrote on 30 Dec 2016, 07:32 last edited by
Thanks! I'll try it.
4/4