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

Phil Thompson phil at riverbankcomputing.com
Wed Sep 5 09:09:21 BST 2018


On 4 Sep 2018, at 11:53 pm, Patrick Stinson <patrickkidd at gmail.com> wrote:
> 
> 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?

Make sure you haven't got a .qmake.stash file around. You need to check *all* parent directories as well.

Phil


More information about the PyQt mailing list