LIBS READMEAttached here are my hard-won build-notes for a PyQt app using pyqtdeploy for iOS, iOS Simulator, and MacOS.
PyQtDeploy Build NOTES for iOS, macOS
UPDATE:
After the release of pyqtdeploy-2.1, I didn’t need to build the sys root dirs in the manner described in this post. pyqtdeploy v2 is a FANTASTIC build tool. Simply using a sysroot.json
with pyqtdeploy-sysroot
does the job.
However, I still have to build my dev sysroot manually, and here is a more recent copy of my build notes: LIBS README
Thanks for posting this. Unfortunately it is not entirely clear how I can replicate the build.
I updated the post to reflect the cleaner sysroot and project build process in pyqtdeploy-v2. Everything else you need should be in the pyqtdeploy docs. After looking there, do you still have a problem getting your project to work?