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

"Library not loaded: @rpath/libQt6QuickControls2_debug.6.dylib" when deploying app with qt_generate_deploy_qml_app_script

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P2: Important P2: Important
    • None
    • 6.10.0
    • Build System: CMake
    • None

      Steps to reproduce:

      1. Set up the attached project with Qt 6.10.0 or later
      2. Check the "install" target in Creator
      3. Build
      4. Rename the directory containing the Qt version used so that deployment can be tested
      5. Run the app; it will fail to start with the error below
      mitch@Mitchs-MacBook-Pro temp % ./cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/MacOS/app 
      dyld[1353]: Library not loaded: @rpath/libQt6QuickControls2_debug.6.dylib
        Referenced from: <B6598E12-79EB-3035-A923-56C5C7FE5CFD> /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/MacOS/app
        Reason: tried: '/Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/isle/LibIsle/libQt6QuickControls2_debug.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/isle/LibIsle/libQt6QuickControls2_debug.6.dylib' (no such file), '/Users/mitch/dev/qt-isle-debug-non-fw/qtbase/lib/libQt6QuickControls2_debug.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/mitch/dev/qt-isle-debug-non-fw/qtbase/lib/libQt6QuickControls2_debug.6.dylib' (no such file), '/Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/isle/LibIsle/libQt6QuickControls2_debug.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/isle/LibIsle/libQt6QuickControls2_debug.6.dylib' (no such file), '/Users/mitch/dev/qt-isle-debug-non-fw/qtbase/lib/libQt6QuickControls2_debug.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/mitch/dev/qt-isle-debug-non-fw/qtbase/lib/libQt6QuickControls2_debug.6.dylib' (no such file)
      zsh: abort      ./cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/MacOS/app
      

      Setting DYLD_FALLBACK_LIBRARY_PATH didn't help either:

      mitch@Mitchs-MacBook-Pro temp % DYLD_FALLBACK_LIBRARY_PATH=cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls ./cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/MacOS/app
      dyld[1355]: Library not loaded: @rpath/libQt6QuickControls2_debug.6.dylib
        Referenced from: <B6598E12-79EB-3035-A923-56C5C7FE5CFD> /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/MacOS/app
        Reason: tried: '/Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/isle/LibIsle/libQt6QuickControls2_debug.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/isle/LibIsle/libQt6QuickControls2_debug.6.dylib' (no such file), '/Users/mitch/dev/qt-isle-debug-non-fw/qtbase/lib/libQt6QuickControls2_debug.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/mitch/dev/qt-isle-debug-non-fw/qtbase/lib/libQt6QuickControls2_debug.6.dylib' (no such file), '/Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/isle/LibIsle/libQt6QuickControls2_debug.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/isle/LibIsle/libQt6QuickControls2_debug.6.dylib' (no such file), '/Users/mitch/dev/qt-isle-debug-non-fw/qtbase/lib/libQt6QuickControls2_debug.6.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/mitch/dev/qt-isle-debug-non-fw/qtbase/lib/libQt6QuickControls2_debug.6.dylib' (no such file), 'cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/libQt6QuickControls2_debug.6.dylib' (no such file)
      zsh: abort      DYLD_FALLBACK_LIBRARY_PATH= 
      

      I also tried running update_dyld_shared_cache and rebooting, but it didn't help.

      This was the full build output:

      09:13:06: Running steps for project cmakedeploytest...
      09:13:06: Starting: "/opt/homebrew/Cellar/cmake/3.28.3/bin/cmake" --build /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug --target all install
      [1/86 30.3/sec] Copying LibIsle qml resources into build dir
      [2/86 58.8/sec] Copying LibEditor qml resources into build dir
      [3/86 85.7/sec] Copying LibEditor qml sources into build dir
      [4/86 114.3/sec] Copying LibDebugUiUtils qml resources into build dir
      [5/86 138.9/sec] Copying app qml sources into build dir
      [6/86 166.7/sec] Copying app qml resources into build dir
      [7/86 194.4/sec] Copying LibIsle qml sources into build dir
      [8/86 222.2/sec] Copying LibDebugUiUtils qml sources into build dir
      [9/86 121.6/sec] Generating qt.conf file
      [10/86 75.8/sec] Populating .qmlls.ini file at /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/.qt/.qmlls.build.ini
      [11/86 33.0/sec] Running qmlimportscanner for app
      [12/86 7.6/sec] Automatic MOC and UIC for target LibIsle
      [13/86 8.1/sec] Running rcc for resource qmake_LibIsle
      [14/86 8.7/sec] Running rcc for resource LibIsle_raw_qml_0
      [15/86 9.4/sec] Running AUTOMOC file extraction for target LibIsle
      [16/86 10.0/sec] Running rcc for resource LibIsle_raw_qml_0_extra_qmldirs
      [17/86 10.6/sec] Generating .rcc/qmlcache/LibIsle_qmlcache_loader.cpp
      [18/86 11.1/sec] Running moc --collect-json for target LibIsle
      [19/86 10.8/sec] Automatic MOC and UIC for target LibIsleplugin
      [20/86 11.3/sec] Automatic MOC and UIC for target LibEditorplugin
      [21/86 11.9/sec] Automatic MOC and UIC for target LibDebugUiUtilsplugin
      [22/86 11.8/sec] Automatic QML type registration for target LibIsle
      [23/86 11.3/sec] Generating .rcc/qmlcache/LibIsle_qml/TinyButton_qml.cpp, .rcc/qmlcache/LibIsle_qml/TinyButton_qml.cpp.aotstats
      [24/86 11.5/sec] Building CXX object isle/LibIsle/CMakeFiles/LibIsle.dir/.qt/rcc/qrc_qmake_LibIsle.cpp.o
      [25/86 12.0/sec] Building CXX object isle/LibIsle/CMakeFiles/LibIsle.dir/.qt/rcc/qrc_LibIsle_raw_qml_0.cpp.o
      [26/86 12.5/sec] Building CXX object isle/LibIsle/CMakeFiles/LibIsle.dir/.qt/rcc/qrc_LibIsle_raw_qml_0_extra_qmldirs.cpp.o
      [27/86 12.9/sec] Building CXX object isle/LibIsle/CMakeFiles/LibIsleplugin.dir/LibIsleplugin_autogen/mocs_compilation.cpp.o
      [28/86 10.1/sec] Building CXX object isle/LibIsle/CMakeFiles/LibIsle.dir/LibIsle_autogen/mocs_compilation.cpp.o
      [29/86 10.0/sec] Building CXX object isle/LibIsle/CMakeFiles/LibIsle.dir/Clipboard.cpp.o
      [30/86 10.3/sec] Building CXX object isle/LibIsle/CMakeFiles/LibIsle.dir/libisle_qmltyperegistrations.cpp.o
      [31/86 10.5/sec] Building CXX object isle/LibIsle/CMakeFiles/LibIsle.dir/.rcc/qmlcache/LibIsle_qml/TinyButton_qml.cpp.o
      [32/86 10.8/sec] Building CXX object isle/LibIsle/CMakeFiles/LibIsleplugin.dir/LibIsleplugin_LibIslePlugin.cpp.o
      [33/86 10.9/sec] Building CXX object isle/LibIsle/CMakeFiles/LibIsle.dir/.rcc/qmlcache/LibIsle_qmlcache_loader.cpp.o
      [34/86 10.8/sec] Linking CXX shared library isle/LibIsle/libLibIsle.dylib
      [35/86 10.9/sec] Automatic MOC and UIC for target app
      [36/86 11.2/sec] Running AUTOMOC file extraction for target app
      [37/86 11.5/sec] Running rcc for resource qmake_App
      [38/86 11.8/sec] Running rcc for resource app_raw_qml_0
      [39/86 12.1/sec] Generating .rcc/qmlcache/app_qmlcache_loader.cpp
      [40/86 12.4/sec] Running moc --collect-json for target app
      [41/86 12.5/sec] Linking CXX shared module isle/LibIsle/libLibIsleplugin.dylib
      [42/86 12.1/sec] Automatic QML type registration for target app
      [43/86 11.8/sec] Generating .rcc/qmlcache/app_Main_qml.cpp, .rcc/qmlcache/app_Main_qml.cpp.aotstats
      [44/86 11.9/sec] Building CXX object app/CMakeFiles/app.dir/app_autogen/mocs_compilation.cpp.o
      [45/86 12.2/sec] Building CXX object app/CMakeFiles/app.dir/.qt/rcc/qrc_app_raw_qml_0.cpp.o
      [46/86 12.4/sec] Building CXX object app/CMakeFiles/app.dir/.qt/rcc/qrc_qmake_App.cpp.o
      [47/86 10.6/sec] Building CXX object app/CMakeFiles/app.dir/app_qmltyperegistrations.cpp.o
      [48/86 10.7/sec] Building CXX object app/CMakeFiles/app.dir/.rcc/qmlcache/app_Main_qml.cpp.o
      [49/86 10.7/sec] Building CXX object app/CMakeFiles/app.dir/.rcc/qmlcache/app_qmlcache_loader.cpp.o
      [50/86 10.8/sec] Automatic MOC and UIC for target LibEditor
      [51/86 11.0/sec] Running AUTOMOC file extraction for target LibEditor
      [52/86 11.2/sec] Running rcc for resource qmake_LibEditor
      [53/86 11.5/sec] Building CXX object app/CMakeFiles/app.dir/main.cpp.o
      [54/86 11.6/sec] Running moc --collect-json for target LibEditor
      [55/86 11.5/sec] Linking CXX executable app/app.app/Contents/MacOS/app
      -- Running macOS bundle QML support POST_BUILD routine.
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/libqtquick2plugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQml/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQml/libqmlplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQml/Models/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQml/Models/libmodelsplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQml/WorkerScript/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQml/WorkerScript/libworkerscriptplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/LibIsle/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/LibIsle/libLibIsleplugin.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/libqtquickcontrols2plugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Fusion/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Fusion/libqtquickcontrols2fusionstyleplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Material/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Material/libqtquickcontrols2materialstyleplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Imagine/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Imagine/libqtquickcontrols2imaginestyleplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Universal/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Universal/libqtquickcontrols2universalstyleplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3/libqtquickcontrols2fluentwinui3styleplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/macOS/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/macOS/libqtquickcontrols2macosstyleplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/iOS/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/iOS/libqtquickcontrols2iosstyleplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Basic/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Basic/libqtquickcontrols2basicstyleplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Templates/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Templates/libqtquicktemplates2plugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/impl/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/impl/libqtquickcontrols2implplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Fusion/impl/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Fusion/impl/libqtquickcontrols2fusionstyleimplplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Window/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Window/libquickwindowplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Material/impl/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Material/impl/libqtquickcontrols2materialstyleimplplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Imagine/impl/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Imagine/impl/libqtquickcontrols2imaginestyleimplplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Universal/impl/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Universal/impl/libqtquickcontrols2universalstyleimplplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3/impl/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3/impl/libqtquickcontrols2fluentwinui3styleimplplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Effects/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Effects/libeffectsplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Layouts/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Layouts/libqquicklayoutsplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Shapes/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Shapes/libqmlshapesplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/macOS/impl/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/macOS/impl/libqtquickcontrols2macosstyleimplplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/NativeStyle/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/NativeStyle/libqtquickcontrols2nativestyleplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/iOS/impl/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/iOS/impl/libqtquickcontrols2iosstyleimplplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Basic/impl/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/QtQuick/Controls/Basic/impl/libqtquickcontrols2basicstyleimplplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/Qt/labs/qmlmodels/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/Qt/labs/qmlmodels/liblabsmodelsplugin_debug.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/LibDebugUiUtils/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/LibDebugUiUtils/libLibDebugUiUtilsplugin.dylib
      -- Installing: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/LibEditor/qmldir
      -- Symlinking: /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app/Contents/Resources/qml/LibEditor/libLibEditorplugin.dylib
      [56/86 11.5/sec] Automatic QML type registration for target LibEditor
      [57/86 11.6/sec] Building CXX object isle/LibEditor/CMakeFiles/LibEditorplugin.dir/LibEditorplugin_autogen/mocs_compilation.cpp.o
      [58/86 11.8/sec] Building CXX object isle/LibEditor/CMakeFiles/LibEditor.dir/.qt/rcc/qrc_qmake_LibEditor.cpp.o
      [59/86 10.7/sec] Building CXX object isle/LibEditor/CMakeFiles/LibEditor.dir/LibEditor_autogen/mocs_compilation.cpp.o
      [60/86 10.6/sec] Building CXX object isle/LibEditor/CMakeFiles/LibEditorplugin.dir/LibEditorplugin_LibEditorPlugin.cpp.o
      [61/86 10.7/sec] Building CXX object isle/LibEditor/CMakeFiles/LibEditor.dir/libeditor_qmltyperegistrations.cpp.o
      [62/86 10.8/sec] Building CXX object isle/LibEditor/CMakeFiles/LibEditor.dir/QmlValidator.cpp.o
      [63/86 10.8/sec] Linking CXX shared library isle/LibEditor/libLibEditor.dylib
      [64/86 10.7/sec] Linking CXX shared module isle/LibEditor/libLibEditorplugin.dylib
      [65/86 9.0/sec] Automatic MOC and UIC for target LibDebugUiUtils
      [66/86 9.1/sec] Running AUTOMOC file extraction for target LibDebugUiUtils
      [67/86 9.2/sec] Running rcc for resource qmake_LibDebugUiUtils
      [68/86 9.4/sec] Running rcc for resource LibDebugUiUtils_raw_qml_0_extra_qmldirs
      [69/86 9.5/sec] Running rcc for resource LibDebugUiUtils_raw_qml_0
      [70/86 9.7/sec] Generating .rcc/qmlcache/LibDebugUiUtils_qmlcache_loader.cpp
      [71/86 9.8/sec] Running moc --collect-json for target LibDebugUiUtils
      [72/86 9.6/sec] Automatic QML type registration for target LibDebugUiUtils
      [73/86 9.5/sec] Generating .rcc/qmlcache/LibDebugUiUtils_qml/ConsoleView_qml.cpp, .rcc/qmlcache/LibDebugUiUtils_qml/ConsoleView_qml.cpp.aotstats
      [74/86 9.6/sec] Building CXX object isle/LibDebugUiUtils/CMakeFiles/LibDebugUiUtils.dir/.qt/rcc/qrc_qmake_LibDebugUiUtils.cpp.o
      [75/86 9.7/sec] Building CXX object isle/LibDebugUiUtils/CMakeFiles/LibDebugUiUtilsplugin.dir/LibDebugUiUtilsplugin_autogen/mocs_compilation.cpp.o
      [76/86 9.9/sec] Building CXX object isle/LibDebugUiUtils/CMakeFiles/LibDebugUiUtils.dir/.qt/rcc/qrc_LibDebugUiUtils_raw_qml_0.cpp.o
      [77/86 10.0/sec] Building CXX object isle/LibDebugUiUtils/CMakeFiles/LibDebugUiUtils.dir/.qt/rcc/qrc_LibDebugUiUtils_raw_qml_0_extra_qmldirs.cpp.o
      [78/86 9.4/sec] Building CXX object isle/LibDebugUiUtils/CMakeFiles/LibDebugUiUtils.dir/ConsoleBackend.cpp.o
      [79/86 9.5/sec] Building CXX object isle/LibDebugUiUtils/CMakeFiles/LibDebugUiUtils.dir/LibDebugUiUtils_autogen/mocs_compilation.cpp.o
      [80/86 9.4/sec] Building CXX object isle/LibDebugUiUtils/CMakeFiles/LibDebugUiUtilsplugin.dir/LibDebugUiUtilsplugin_LibDebugUiUtilsPlugin.cpp.o
      [81/86 9.5/sec] Building CXX object isle/LibDebugUiUtils/CMakeFiles/LibDebugUiUtils.dir/libdebuguiutils_qmltyperegistrations.cpp.o
      [82/86 9.6/sec] Building CXX object isle/LibDebugUiUtils/CMakeFiles/LibDebugUiUtils.dir/.rcc/qmlcache/LibDebugUiUtils_qml/ConsoleView_qml.cpp.o
      [83/86 9.6/sec] Building CXX object isle/LibDebugUiUtils/CMakeFiles/LibDebugUiUtils.dir/.rcc/qmlcache/LibDebugUiUtils_qmlcache_loader.cpp.o
      [84/86 9.6/sec] Linking CXX shared library isle/LibDebugUiUtils/libLibDebugUiUtils.dylib
      [85/86 9.6/sec] Linking CXX shared module isle/LibDebugUiUtils/libLibDebugUiUtilsplugin.dylib
      [85/86 9.6/sec] Install the project...
      -- Install configuration: "Debug"
      -- Installing: /tmp/./app.app
      -- Installing: /tmp/./app.app/Contents
      -- Installing: /tmp/./app.app/Contents/MacOS
      -- Installing: /tmp/./app.app/Contents/MacOS/app
      -- Installing: /tmp/./app.app/Contents/MacOS/qt.conf
      -- Installing: /tmp/./app.app/Contents/MacOS/app_qt.part.conf
      -- Installing: /tmp/./app.app/Contents/Resources
      -- Installing: /tmp/./app.app/Contents/Resources/qml
      -- Installing: /tmp/./app.app/Contents/Resources/qml/LibIsle
      -- Installing: /tmp/./app.app/Contents/Resources/qml/LibIsle/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/LibIsle/libLibIsleplugin.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQml
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQml/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQml/Models
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQml/Models/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQml/Models/libmodelsplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQml/libqmlplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQml/WorkerScript
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQml/WorkerScript/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQml/WorkerScript/libworkerscriptplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/LibDebugUiUtils
      -- Installing: /tmp/./app.app/Contents/Resources/qml/LibDebugUiUtils/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/LibDebugUiUtils/libLibDebugUiUtilsplugin.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/Qt
      -- Installing: /tmp/./app.app/Contents/Resources/qml/Qt/labs
      -- Installing: /tmp/./app.app/Contents/Resources/qml/Qt/labs/qmlmodels
      -- Installing: /tmp/./app.app/Contents/Resources/qml/Qt/labs/qmlmodels/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/Qt/labs/qmlmodels/liblabsmodelsplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/LibEditor
      -- Installing: /tmp/./app.app/Contents/Resources/qml/LibEditor/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/LibEditor/libLibEditorplugin.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Shapes
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Shapes/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Shapes/libqmlshapesplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Fusion
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Fusion/impl
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Fusion/impl/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Fusion/impl/libqtquickcontrols2fusionstyleimplplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Fusion/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Fusion/libqtquickcontrols2fusionstyleplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/impl
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/impl/libqtquickcontrols2implplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/impl/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3/impl
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3/impl/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3/impl/libqtquickcontrols2fluentwinui3styleimplplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3/libqtquickcontrols2fluentwinui3styleplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/macOS
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/macOS/impl
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/macOS/impl/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/macOS/impl/libqtquickcontrols2macosstyleimplplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/macOS/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/macOS/libqtquickcontrols2macosstyleplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Universal
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Universal/impl
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Universal/impl/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Universal/impl/libqtquickcontrols2universalstyleimplplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Universal/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Universal/libqtquickcontrols2universalstyleplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Basic
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Basic/impl
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Basic/impl/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Basic/impl/libqtquickcontrols2basicstyleimplplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Basic/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Basic/libqtquickcontrols2basicstyleplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/libqtquickcontrols2plugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/iOS
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/iOS/impl
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/iOS/impl/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/iOS/impl/libqtquickcontrols2iosstyleimplplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/iOS/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/iOS/libqtquickcontrols2iosstyleplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Material
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Material/impl
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Material/impl/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Material/impl/libqtquickcontrols2materialstyleimplplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Material/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Material/libqtquickcontrols2materialstyleplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Imagine
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Imagine/impl
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Imagine/impl/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Imagine/impl/libqtquickcontrols2imaginestyleimplplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Imagine/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Controls/Imagine/libqtquickcontrols2imaginestyleplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/libqtquick2plugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Layouts
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Layouts/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Layouts/libqquicklayoutsplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Window
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Window/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Window/libquickwindowplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Templates
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Templates/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Templates/libqtquicktemplates2plugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Effects
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Effects/qmldir
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/Effects/libeffectsplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/NativeStyle
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/NativeStyle/libqtquickcontrols2nativestyleplugin_debug.dylib
      -- Installing: /tmp/./app.app/Contents/Resources/qml/QtQuick/NativeStyle/qmldir
      -- Installing: /tmp/./app.app/Contents/Info.plist
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquick2plugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/libqtquick2plugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQml/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqmlplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQml/libqmlplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQml/Models/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libmodelsplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQml/Models/libmodelsplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQml/WorkerScript/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libworkerscriptplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQml/WorkerScript/libworkerscriptplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/LibIsle/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libLibIsleplugin.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/LibIsle/libLibIsleplugin.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2plugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/libqtquickcontrols2plugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Fusion/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2fusionstyleplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Fusion/libqtquickcontrols2fusionstyleplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Material/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2materialstyleplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Material/libqtquickcontrols2materialstyleplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Imagine/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2imaginestyleplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Imagine/libqtquickcontrols2imaginestyleplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Universal/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2universalstyleplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Universal/libqtquickcontrols2universalstyleplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2fluentwinui3styleplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3/libqtquickcontrols2fluentwinui3styleplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/macOS/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2macosstyleplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/macOS/libqtquickcontrols2macosstyleplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/iOS/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2iosstyleplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/iOS/libqtquickcontrols2iosstyleplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Basic/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2basicstyleplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Basic/libqtquickcontrols2basicstyleplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Templates/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquicktemplates2plugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Templates/libqtquicktemplates2plugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/impl/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2implplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/impl/libqtquickcontrols2implplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Fusion/impl/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2fusionstyleimplplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Fusion/impl/libqtquickcontrols2fusionstyleimplplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Window/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libquickwindowplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Window/libquickwindowplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Material/impl/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2materialstyleimplplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Material/impl/libqtquickcontrols2materialstyleimplplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Imagine/impl/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2imaginestyleimplplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Imagine/impl/libqtquickcontrols2imaginestyleimplplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Universal/impl/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2universalstyleimplplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Universal/impl/libqtquickcontrols2universalstyleimplplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3/impl/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2fluentwinui3styleimplplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/FluentWinUI3/impl/libqtquickcontrols2fluentwinui3styleimplplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Effects/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libeffectsplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Effects/libeffectsplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Layouts/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqquicklayoutsplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Layouts/libqquicklayoutsplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Shapes/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqmlshapesplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Shapes/libqmlshapesplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/macOS/impl/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2macosstyleimplplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/macOS/impl/libqtquickcontrols2macosstyleimplplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/NativeStyle/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2nativestyleplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/NativeStyle/libqtquickcontrols2nativestyleplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/iOS/impl/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2iosstyleimplplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/iOS/impl/libqtquickcontrols2iosstyleimplplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Basic/impl/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libqtquickcontrols2basicstyleimplplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/QtQuick/Controls/Basic/impl/libqtquickcontrols2basicstyleimplplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/Qt/labs/qmlmodels/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/liblabsmodelsplugin_debug.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/Qt/labs/qmlmodels/liblabsmodelsplugin_debug.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/LibDebugUiUtils/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libLibDebugUiUtilsplugin.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/LibDebugUiUtils/libLibDebugUiUtilsplugin.dylib
      -- Up-to-date: /tmp/app.app/Contents/Resources/qml/LibEditor/qmldir
      -- Installing: /tmp/app.app/Contents/PlugIns/libLibEditorplugin.dylib
      -- Symlinking: /tmp/app.app/Contents/Resources/qml/LibEditor/libLibEditorplugin.dylib
      -- Running Qt deploy tool for app.app in working directory '/tmp'
      '/Users/mitch/dev/qt-isle-debug-non-fw/qtbase/bin/macdeployqt' 'app.app' '-appstore-compliant' '-always-overwrite' '-executable=app.app/Contents/PlugIns/libqtquick2plugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqmlplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libmodelsplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libworkerscriptplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libLibIsleplugin.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2plugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2fusionstyleplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2materialstyleplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2imaginestyleplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2universalstyleplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2fluentwinui3styleplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2macosstyleplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2iosstyleplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2basicstyleplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquicktemplates2plugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2implplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2fusionstyleimplplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libquickwindowplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2materialstyleimplplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2imaginestyleimplplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2universalstyleimplplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2fluentwinui3styleimplplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libeffectsplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqquicklayoutsplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqmlshapesplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2macosstyleimplplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2nativestyleplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2iosstyleimplplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libqtquickcontrols2basicstyleimplplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/liblabsmodelsplugin_debug.dylib' '-executable=app.app/Contents/PlugIns/libLibDebugUiUtilsplugin.dylib' '-executable=app.app/Contents/PlugIns/libLibEditorplugin.dylib'
      09:14:00: The command "/opt/homebrew/Cellar/cmake/3.28.3/bin/cmake --build /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug --target all install" finished successfully.
      09:14:00: Elapsed time: 00:54.
      

      tree of deployed app:

      mitch@Mitchs-MacBook-Pro temp % tree cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app 
      cmakedeploytest-qt_isle_debug_non_fw-Debug/app/app.app
      └── Contents
          ├── Info.plist
          ├── MacOS
          │   ├── app
          │   ├── app_qt.part.conf
          │   └── qt.conf
          └── Resources
              └── qml
                  ├── LibDebugUiUtils
                  │   ├── libLibDebugUiUtilsplugin.dylib -> /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/isle/LibDebugUiUtils/libLibDebugUiUtilsplugin.dylib
                  │   └── qmldir
                  ├── LibEditor
                  │   ├── libLibEditorplugin.dylib -> /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/isle/LibEditor/libLibEditorplugin.dylib
                  │   └── qmldir
                  ├── LibIsle
                  │   ├── libLibIsleplugin.dylib -> /Users/mitch/dev/temp/cmakedeploytest-qt_isle_debug_non_fw-Debug/isle/LibIsle/libLibIsleplugin.dylib
                  │   └── qmldir
                  ├── Qt
                  │   └── labs
                  │       └── qmlmodels
                  │           ├── liblabsmodelsplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/Qt/labs/qmlmodels/liblabsmodelsplugin_debug.dylib
                  │           └── qmldir
                  ├── QtQml
                  │   ├── libqmlplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQml/libqmlplugin_debug.dylib
                  │   ├── Models
                  │   │   ├── libmodelsplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQml/Models/libmodelsplugin_debug.dylib
                  │   │   └── qmldir
                  │   ├── qmldir
                  │   └── WorkerScript
                  │       ├── libworkerscriptplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQml/WorkerScript/libworkerscriptplugin_debug.dylib
                  │       └── qmldir
                  └── QtQuick
                      ├── Controls
                      │   ├── Basic
                      │   │   ├── impl
                      │   │   │   ├── libqtquickcontrols2basicstyleimplplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/Basic/impl/libqtquickcontrols2basicstyleimplplugin_debug.dylib
                      │   │   │   └── qmldir
                      │   │   ├── libqtquickcontrols2basicstyleplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/Basic/libqtquickcontrols2basicstyleplugin_debug.dylib
                      │   │   └── qmldir
                      │   ├── FluentWinUI3
                      │   │   ├── impl
                      │   │   │   ├── libqtquickcontrols2fluentwinui3styleimplplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/FluentWinUI3/impl/libqtquickcontrols2fluentwinui3styleimplplugin_debug.dylib
                      │   │   │   └── qmldir
                      │   │   ├── libqtquickcontrols2fluentwinui3styleplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/FluentWinUI3/libqtquickcontrols2fluentwinui3styleplugin_debug.dylib
                      │   │   └── qmldir
                      │   ├── Fusion
                      │   │   ├── impl
                      │   │   │   ├── libqtquickcontrols2fusionstyleimplplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/Fusion/impl/libqtquickcontrols2fusionstyleimplplugin_debug.dylib
                      │   │   │   └── qmldir
                      │   │   ├── libqtquickcontrols2fusionstyleplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/Fusion/libqtquickcontrols2fusionstyleplugin_debug.dylib
                      │   │   └── qmldir
                      │   ├── Imagine
                      │   │   ├── impl
                      │   │   │   ├── libqtquickcontrols2imaginestyleimplplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/Imagine/impl/libqtquickcontrols2imaginestyleimplplugin_debug.dylib
                      │   │   │   └── qmldir
                      │   │   ├── libqtquickcontrols2imaginestyleplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/Imagine/libqtquickcontrols2imaginestyleplugin_debug.dylib
                      │   │   └── qmldir
                      │   ├── impl
                      │   │   ├── libqtquickcontrols2implplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/impl/libqtquickcontrols2implplugin_debug.dylib
                      │   │   └── qmldir
                      │   ├── iOS
                      │   │   ├── impl
                      │   │   │   ├── libqtquickcontrols2iosstyleimplplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/iOS/impl/libqtquickcontrols2iosstyleimplplugin_debug.dylib
                      │   │   │   └── qmldir
                      │   │   ├── libqtquickcontrols2iosstyleplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/iOS/libqtquickcontrols2iosstyleplugin_debug.dylib
                      │   │   └── qmldir
                      │   ├── libqtquickcontrols2plugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/libqtquickcontrols2plugin_debug.dylib
                      │   ├── macOS
                      │   │   ├── impl
                      │   │   │   ├── libqtquickcontrols2macosstyleimplplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/macOS/impl/libqtquickcontrols2macosstyleimplplugin_debug.dylib
                      │   │   │   └── qmldir
                      │   │   ├── libqtquickcontrols2macosstyleplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/macOS/libqtquickcontrols2macosstyleplugin_debug.dylib
                      │   │   └── qmldir
                      │   ├── Material
                      │   │   ├── impl
                      │   │   │   ├── libqtquickcontrols2materialstyleimplplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/Material/impl/libqtquickcontrols2materialstyleimplplugin_debug.dylib
                      │   │   │   └── qmldir
                      │   │   ├── libqtquickcontrols2materialstyleplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/Material/libqtquickcontrols2materialstyleplugin_debug.dylib
                      │   │   └── qmldir
                      │   ├── qmldir
                      │   └── Universal
                      │       ├── impl
                      │       │   ├── libqtquickcontrols2universalstyleimplplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/Universal/impl/libqtquickcontrols2universalstyleimplplugin_debug.dylib
                      │       │   └── qmldir
                      │       ├── libqtquickcontrols2universalstyleplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Controls/Universal/libqtquickcontrols2universalstyleplugin_debug.dylib
                      │       └── qmldir
                      ├── Effects
                      │   ├── libeffectsplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Effects/libeffectsplugin_debug.dylib
                      │   └── qmldir
                      ├── Layouts
                      │   ├── libqquicklayoutsplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Layouts/libqquicklayoutsplugin_debug.dylib
                      │   └── qmldir
                      ├── libqtquick2plugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/libqtquick2plugin_debug.dylib
                      ├── NativeStyle
                      │   ├── libqtquickcontrols2nativestyleplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/NativeStyle/libqtquickcontrols2nativestyleplugin_debug.dylib
                      │   └── qmldir
                      ├── qmldir
                      ├── Shapes
                      │   ├── libqmlshapesplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Shapes/libqmlshapesplugin_debug.dylib
                      │   └── qmldir
                      ├── Templates
                      │   ├── libqtquicktemplates2plugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Templates/libqtquicktemplates2plugin_debug.dylib
                      │   └── qmldir
                      └── Window
                          ├── libquickwindowplugin_debug.dylib -> /Users/mitch/dev/qt-isle-debug-non-fw/qtbase/qml/QtQuick/Window/libquickwindowplugin_debug.dylib
                          └── qmldir
      
      39 directories, 68 files
      

      Qt was built like this:

      -DCMAKE_BUILD_TYPE=Debug -DFEATURE_framework=OFF -DFEATURE_developer_build=ON -DQT_BUILD_TESTS=ON -DQT_BUILD_TESTS_BY_DEFAULT=OFF -DQT_BUILD_EXAMPLES=ON -DQT_BUILD_EXAMPLES_BY_DEFAULT=OFF -DWARNINGS_ARE_ERRORS=OFF -DQT_BUILD_DOC_SNIPPETS=OFF
      

      Happens with a release build using official 6.10.0 binaries, too:

      mitch@Mitchs-MacBook-Pro temp % cmakedeploytest-Qt_6_10_0_for_macOS-Release/app/app.app/Contents/MacOS/app 
      dyld[57187]: Library not loaded: @rpath/QtQuickControls2.framework/Versions/A/QtQuickControls2
        Referenced from: <BCAE02D3-97D7-30C2-9EAD-C5FA50CF999A> /Users/mitch/dev/temp/cmakedeploytest-Qt_6_10_0_for_macOS-Release/app/app.app/Contents/MacOS/app
        Reason: tried: '/Users/mitch/dev/temp/cmakedeploytest-Qt_6_10_0_for_macOS-Release/isle/LibIsle/QtQuickControls2.framework/Versions/A/QtQuickControls2' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/mitch/dev/temp/cmakedeploytest-Qt_6_10_0_for_macOS-Release/isle/LibIsle/QtQuickControls2.framework/Versions/A/QtQuickControls2' (no such file), '/Users/mitch/dev/Qt/6.10.0/macos/lib/QtQuickControls2.framework/Versions/A/QtQuickControls2' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/mitch/dev/Qt/6.10.0/macos/lib/QtQuickControls2.framework/Versions/A/QtQuickControls2' (no such file), '/Users/mitch/dev/temp/cmakedeploytest-Qt_6_10_0_for_macOS-Release/isle/LibIsle/QtQuickControls2.framework/Versions/A/QtQuickControls2' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/mitch/dev/temp/cmakedeploytest-Qt_6_10_0_for_macOS-Release/isle/LibIsle/QtQuickControls2.framework/Versions/A/QtQuickControls2' (no such file), '/Users/mitch/dev/Qt/6.10.0/macos/lib/QtQuickControls2.framework/Versions/A/QtQuickControls2' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/mitch/dev/Qt/6.10.0/macos/lib/QtQuickControls2.framework/Versions/A/QtQuickControls2' (no such file)
      zsh: abort      cmakedeploytest-Qt_6_10_0_for_macOS-Release/app/app.app/Contents/MacOS/app
      

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

            qtbuildsystem Qt Build System Team
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes