Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. module "QtQuick" plugin "qtquick2plugin" not found on iOS
Forum Updated to NodeBB v4.3 + New Features

module "QtQuick" plugin "qtquick2plugin" not found on iOS

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
8 Posts 2 Posters 2.8k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lqsa
    wrote on last edited by
    #1

    My application is running on Android an Windows without problems, but when starts on iOS, appears the error: module "QtQuick" plugin "qtquick2plugin" not found

    What's happens?

    QT 5.7.1
    MacOS Sierra 10.12.5
    XCode 8.3.2 (8E2002)

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by SGaist
      #2

      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]

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • L Offline
        L Offline
        lqsa
        wrote on last edited by
        #3

        Sorry, I don't understand your response

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Sorry, I missed that I had switched windows.

          See the fixed version.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • L Offline
            L Offline
            lqsa
            wrote on last edited by
            #5

            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.

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Still with Qt 5.7.1 or did you update to 5.8.0/5.9RC2 ?

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • L Offline
                L Offline
                lqsa
                wrote on last edited by
                #7

                In 5.7.1 because I have a problem with 5.8 on Android. The debugger doesn't show any values. I already had opened a bug.

                I'll try with 5.9 when will be available.

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  5.9 was released today.

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0

                  • Login

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Users
                  • Groups
                  • Search
                  • Get Qt Extensions
                  • Unsolved