macdeployqt can't link cocoa
Solved
General and Desktop
-
I am trying to deploy my QML Application for macOS but it crashes so I ran a debugger. It says that it finds some plugin cocoa but maybe it can't link it and that is why it crashes?
(lldb) run Process 71732 launched: '/Users/boyankiovtorov/Documents/Finbank/build/Qt_6_8_2_for_macOS-Release/Release/appFinbank.app/Contents/MacOS/appFinbank' (arm64) 2025-03-09 13:36:18.867689+0200 appFinbank[71732:2533264] [qt.qpa.plugin] Could not load the Qt platform plugin "cocoa" in "" even though it was found. 2025-03-09 13:36:18.867882+0200 appFinbank[71732:2533264] This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
-
Hi,
Start the application with the QT_DEBUG_PLUGINS environment variable set to 1. It should give more information about what is happening.
-
Hi,
Start the application with the QT_DEBUG_PLUGINS environment variable set to 1. It should give more information about what is happening.
-
Hi,
Start the application with the QT_DEBUG_PLUGINS environment variable set to 1. It should give more information about what is happening.
-