contour
contour copied to clipboard
Cannot run after compiling on Mac
I am using Mac OS Sonoma 14.4.1. I successfully compiled the app, but when running it it immediately crashes. Running it from another terminal reveals the following error:
~/Downloads/contour/build/macos-release/src/contour/contour.app/Contents/MacOS▶ ./contour
Warning: Could not find the Qt platform plugin "cocoa" in "" ((null):0, (null))
Fatal: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
((null):0, (null))
The precompiled build does work.