Qt Creator and PySide2 for iOS
-
Hello. I have Qt 5.12.12 and PySide2 (I need to run on iOS 12 and I only have a High Sierra Mac, yes I know it's outdated).
I'm trying to figure out how to setup PySide so I can build my app with Xcode. I'm using Qt Creator right now and while that has a lot of other issues (like I'm trying to usepyside2-uic
to convert my UI to.py
files and they're not showing up in the Qt Creator file explorer despite the folder being open), but when I try to run the deploy the app to the iPad, I get an error like this:Error while building/deploying project pyqt (kit: Qt 5.12.12 for iOS) When executing step "Deploy to Felix’s iPad"
What am I doing wrong? Thanks for any help.
-
There has never been support for PySide to deploy to iOS https://wiki.qt.io/Qt_for_Python (not even with QtCreator)
-
Oh, I must have read some pages wrong then. Thanks.