Building for MacOS gives error: qt.qpa.plugin: Could not find the Qt platform plugin "cocoa" in "" #3425
-
Trying to work toward contributing to this project because it is a problem I have wanted to solve for a long time.. though, when following instructions on Compiling, I:
And get the following error: zsh: abort ./Jamulus I tried setting some ~/.zshrc paths , specifically But to no luck. I looked this issue up online and none of the solutions have worked. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Apparently Qt 5.15.x not supported on Apple M1/M2 silicon arm64... if anyone has developed on this platform please get in touch with me, I would love to have some technical support setting up an environment for this. |
Beta Was this translation helpful? Give feedback.
-
Hi! This reminds me that we need to update the docs for macOS. |
Beta Was this translation helpful? Give feedback.
Hi!
Thanks for reaching out. This is in fact a known issue (#3078). You need to run macdeployqt and probably use Qt6.
Have a look at how the CI works: https://github.com/jamulussoftware/jamulus/blob/main/.github/autobuild/mac.sh
This reminds me that we need to update the docs for macOS.