Qt 6.11 is out! See what's new in the release
blog
(iOS) static plugin for module “QtQuick” with name “QtQuick2Plugin” cannot be loaded
Mobile and Embedded
1
Posts
1
Posters
1.3k
Views
1
Watching
-
I have a Qt/QML application that works perfectly on Android and Desktop and now I'm trying to port it to iOS.
When I execute it I get this error:
bq. static plugin for module "QtQuick" with name "QtQuick2Plugin" cannot be loaded: Namespace 'QtQuick' has already been used for type registration
I have tried a lot of workarounds:
https://bugreports.qt-project.org/browse/QTBUG-28357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel
https://qt-project.org/forums/viewthread/33667But nothing works... Any idea?