Hi there, I am having an issue with the Gatekeeper registration.
❯ sudo xattr -rd com.apple.quarantine /Library/Audio/Plug-Ins/VST3/Emergence.vst3
option -r not recognized
Hi!
Not sure what this could be but here are a few ideas:
Does replacing xattr with /usr/bin/xattr solve the problem?
xattr
/usr/bin/xattr
sudo /usr/bin/xattr -rd com.apple.quarantine /Library/Audio/Plug-Ins/VST3/Emergence.vst3
What is the output of type -a xattr
type -a xattr
What is the output of xattr -h
xattr -h
Aha, calling out the full path of the command did it. Thanks! Apparently xattr is involved with pyenv so my pyenv setup had pushed it around a bit via symlinks.