How to integrate Qt-Framework in a native Swift 5 iOS App?
Unsolved
Mobile and Embedded
-
Hello,
I am very new to Qt and finding myself having trouble to integrate a Qt 6-Project in my native Swift 5 xCode Project as I dont find any recent information on this topic online.
The Qt-Project is written in C++/Qt and is using Qt-Classes like QString, QTimer etc. (no UI Components, just computing stuff)
The Swift project is a native iOS Application using UIKit, not using any Qt Sources right now.What would be the needed steps to integrate this C++/Qt Project as framework in my Swift Project? I know that there should be no trouble integrating a pure C++ framework, but what needs to be done for a C++/Qt Framework? Do i have to write wrappers for every used Qt-Class or are there other ways?