[PyQt] Correct build architecture for static libs on iOS simulator?

Patrick Stinson patrickkidd at gmail.com
Tue Jan 31 18:47:46 GMT 2017


When building the sip python and PYQT libraries, what is the correct build architecture to use for linking with pyqtdeploy -generated targets? When using osx-64, I am getting unresolved symbol errors for symbols defined in the python library upon linking using the makefiles generated by pyqtdeploy.

If it helps, looking back up in the log there's all these warnings from ld saying that the x86_64 architecture is going to be deprecated for the iPhone simulator.

Thoughts? Thanks!


More information about the PyQt mailing list