module "QtQuick" plugin "qtquick2plugin" not found on iOS
-
Hi,
Since you are using an old version of Qt, it's likely related to the fact that Qt for iOS is still a static build so you have to add the handling of the static plugin in your .pro file for the iOS platform.
You have more info in the plugin chapter of QT's documentation.
[edit: fixed text SGaist]
-
Sorry, I missed that I had switched windows.
See the fixed version.
-
I've run the same project successfully without this error. This appears after upgrade to MacOS Sierra from El Capitan because the previous version of XCode doesn't work with the new iOS 10.3.2 on the iPhone and the last XCode only runs on Sierra. After reinstall the macOS with Sierra and install QT, appears this error. I have no changes to my project.
-
Still with Qt 5.7.1 or did you update to 5.8.0/5.9RC2 ?
-
5.9 was released today.