[PyQt] pqytdeploy-sysroot somehow picking up iOS 11.3 sdk when only iOS 11.4 exists?

Patrick Stinson patrickkidd at gmail.com
Tue Sep 4 23:53:30 BST 2018


pyqtdeploy-sysroot (2.1) is trying to compile python (3.6.4) using the iOS 11.3 SDK instead of the 11.4 sdk which is the only one that exists. I checked out the pyqtdeploy code and it looks like it gets this setting by scanning the SDK directory so that doesn’t make sense. It also appears that pyqtdeploy-sysroot never reaches those lines in Platform.find_sdk() (debugged via print statements). So I’m not sure where it is getting this value from.

I tried re-installing Qt (5.11.1) after finding the the SDK is hardcoded in the Makefile using EXPORT_QMAKE_XARCH_FLAGS_*. But no dice.

Any idea where to look next?

Thanks!


More information about the PyQt mailing list