Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VST3/AU, Ableton: "Cannot be opened because the developer cannot be verified" #27

Closed
kristianpedersen opened this issue Nov 29, 2021 · 2 comments

Comments

@kristianpedersen
Copy link

kristianpedersen commented Nov 29, 2021

Ableton Live 11.0.12
MacOS 12.0.1
JuicySF 2.3.3

Screenshot 2021-11-29 at 20 40 04

Happens with both VST and AU.

If this were an application, I'd just open it in Finder, right-click, and open.

It did show up here (.vst3), but allowing it to run didn't have any effect.

Screenshot 2021-11-29 at 23 16 18

I also tried following these instructions: https://www.reddit.com/r/ableton/comments/galkk3/macos_catalina_10154_and_vsts_vst_cannot_be/, but spctl wasn't available, and then I gave up and kept making music for a couple of hours. 😃

@Birch-san
Copy link
Owner

did you try the other suggestion:

xattr -rd com.apple.quarantine juicysfplugin.vst3

@kristianpedersen
Copy link
Author

That worked!

For anyone else struggling, this is what I did:

  1. Open iTerm
  2. Paste this: cd ~/Library/Audio/Plug-Ins/VST3
  3. Enter open . to open Finder, and copy juicysfplugin.vst3 from your download directory
  4. Paste this: xattr -rd com.apple.quarantine juicysfplugin.vst3

If step 2 fails, you might need to create a VST3 folder there first:

  1. cd ~/Library/Audio/Plug-Ins
  2. mkdir VST3
  3. cd VST3
  4. Then you can follow steps 3 and 4 above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants