< Back to IRCAM Forum

Launching MuBu with OSX Catalina

Hi, could you suggest the best workaround of making MuBu objects functional in OSX Catalina?
Have read this article:

MuBu not mentioned, various solutions discussed there.

Regards,
Jonas

sudo xattr -c -r <mubu externals folder> should do it

xattr -c doesn’t always actually clear all attributes. It might be, as I experienced it, that you must explicitly name the attribute to be deleted, i.e.
sudo xattr -d -r com.apple.quarantine [path/to/mubu/externals/directory]

1 Like