-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
6.6.3, 6.7.1
-
macOS13 x64 branch 6.7
Install Qt 6.7.1 macOS binaries, use e.g. charts/chartgallery example (reproduces with others too).
Configure:
/Users/qt/RTA/Qt_6.7.1/6.7.1/macos/bin/qt-cmake -S /Users/qt/RTA/Qt_6.7.1/Examples/Qt-6.7.1/charts/chartsgallery -B /Users/qt/RTA/Qt_6.7.1/Examples/Qt-6.7.1/charts/chartsgallery/bld_macos -GNinja
->Build files have been written to: /Users/qt/RTA/Qt_6.7.1/Examples/Qt-6.7.1/charts/chartsgallery/bld_macos
Build:
cmake --build . --parallel in /Users/qt/RTA/Qt_6.7.1/Examples/Qt-6.7.1/charts/chartsgallery/bld_macos
-> [64/64] Linking CXX executable chartsgallery.app/Contents/MacOS/chartsgallery
Launch:
/Users/qt/RTA/Qt_6.7.1/Examples/Qt-6.7.1/charts/chartsgallery/bld_macos/chartsgallery.app/Contents/MacOS/chartsgallery
-> application launches fine
Install:
cmake --install . --prefix /Users/qt/RTA/Qt_6.7.1/example_install
-> ..
– Installing: /Users/qt/RTA/Qt_6.7.1/example_install/examples/charts/chartsgallery/chartsgallery.app/Contents/MacOS/chartsgallery
– Installing: /Users/qt/RTA/Qt_6.7.1/example_install/examples/charts/chartsgallery/chartsgallery.app/Contents/Info.plist
Launch:
/Users/qt/RTA/Qt_6.7.1/example_install/examples/charts/chartsgallery/chartsgallery.app/Contents/MacOS/chartsgallery
Fails:
dyld[14356]: Library not loaded: @rpath/QtCharts.framework/Versions/A/QtCharts Referenced from: <F97F0CD4-8139-383D-BEDC-63ADAD1F978D> /Users/qt/RTA/Qt_6.7.1/example_install/examples/charts/chartsgallery/chartsgallery.app/Contents/MacOS/chartsgallery Reason: tried: '/Users/qt/RTA/Qt_6.7.1/example_install/examples/charts/chartsgallery/chartsgallery.app/Contents/Frameworks/QtCharts.framework/Versions/A/QtCharts' (no such file) /Users/qt/RTA/Qt_6.7.1/example_install/examples/charts/chartsgallery/chartsgallery.app/Contents/Frameworks/QtCharts.framework/Versions/A/QtCharts (no such file) /Library/Frameworks/QtCharts.framework/Versions/A/QtCharts (no such file) /System/Library/Frameworks/QtCharts.framework/Versions/A/QtCharts (no such file, not in dyld cache)