Qt 6.11 is out! See what's new in the release
blog
How to deploy a Qt application on iOS and iOS simulator?
-
Hi, all.
I am trying to build my Qt application for iOS and iOS simulator. The problem is I don't understand how to prepare a complete bundle. The bundle I get does not have Qt libraries.qt_generate_deploy_app_scriptdoes not work for iOS. macdeployqt seems not to be the right tool to be called, and there is nothing about it in the documentation. Does any iosdeployqt exist?I have read carefully
https://doc.qt.io/qt-6/ios-platform-notes.html, but there is nothing about the deploy step.
Any clue is highly appreciated.Thank you.