Is it possible to use a QT library in an native Swift project?
Unsolved
Mobile and Embedded
-
For the last days I am trying to integrate a QT Library into my native Swift 5 App. After several try and errors I am wondering if it is even possible? And if so, where to begin? What do I need to setup in Xcode and/or do I need another command as "qmake -spec macx-xcode -r" for building the QT Library?
I mainly tried to follow this Guide: https://alediaferia.com/2014/12/18/a-native-ios-app-with-a-qt-third-party-library/
But it is almost 10 years old and I dont really find up to date examples.