QT as a framework in xcode
-
- Pls help as we developing UI in QT and want use in other xcode project
- Initial approach is we are creating sample QT project as a framework and then we want make use of this framework file into other xcode project
- if Any sample project is available pls let me know
-
Hi Anosh,
Qt .pro files, when ran with an iOS compiler, actually generate Xcode project files as well. When you run your application from Qt, it actually calls the XCode application to run the simulation software, or the plugins required to run the application from your Apple device.
That being said, you don't need to be in the Apple Developer Program to test your iOS applications; but if your prototype gets to the point where you might want to release it in the App Store, then yeah, you'll need to create an account and pay a fee.
The internet is your friend. Use it to your advantage. There are plenty of projects out there on the web, you just have to know how to search for what you want.
If you're looking to develop an application for macOS, please follow this link: http://doc.qt.io/qt-5/osx.html
If you're looking to develop for iOS, please follow this link: http://doc.qt.io/qt-5/ios-support.htmlWith any project, extensive reading is necessary, or you will meet surprises and hit roadblocks. The better you prepare, the more you read, the less roadblocks you will encounter.
Good luck!