Projucer issue
-
I can't open the Projucer file on Mac OS Big Sur (it says damaged). Is there an issue with it?
-
This post is deleted! -
-
@harris-rosendahl said in Projucer issue:
I can't open the Projucer file on Mac OS Big Sur (it says damaged). Is there an issue with it?
The cause of the issue is the Gatekeeper. Follow below instructions, there is a very easy fix.
- Run the Terminal
- Type
xattr -cr
- Then press the space button
- Drag and drop the Projucer app file into the Terminal. It will be something like this:
xattr -cr /path/to/Projucer.app
- Press enter. This will deactivate the Gatekeeper and the Projucer will work.
NOTE: Normally this is a risky method for other apps that can potentially include malware, but since we know the Hise and Projucer, it shouldn't be a problem :)
-