Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-58657

iOS: Custom QML Plugin deployment fails

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P2: Important
    • None
    • 5.8.0
    • QPA
    • iOS/tvOS/watchOS

    Description

      qmlimportscanner doesn't find custom qml plugins on iOS platform and therefore they are not deployed to device.

      Steps to reproduce:
      1. Build the attached plugin project
      2. Change the paths in the application project to point to correct location where the plugin is.
      3. Build & deploy the application project to iOS hardware

      Workaround which can be applied in .pro file
      QML_IMPORT_PATH += "PATH/TO/QMLPLUGIN"
      QMLPATHS += $$QML_IMPORT_PATH

      Notes:
      This works without the workaround above on Android, Windows, Linux and macOS

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            kileppal Kimmo Leppälä
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes