JIT on iOS and make install failure
-
Hello,
I was trying to enable JIT for iOS, and there are posts explaining what to change in order to enable it. First I wanted to build code just as it is, without any changes, and build succeeded. However make install failed with this
Check dependencies
No profiles for 'com.XXXXXXXX.qtplugininfo' were found: Xcode couldn't find a provisioning profile matching 'com.7071973Canada.qtplugininfo'.
Code signing is required for product type 'Application' in SDK 'iOS 10.1'** INSTALL FAILED **
It is strange, I expect make install to install compiled libraries where I wanted, something like /opt/Qt-from-source, and code signing is not applicable here.
then I've seen note that JIT does not work on ARM at all, here:
https://forum.qt.io/topic/73011/qt-5-8-0-beta-jit-on-win-10-iot-core/3Any ideas?