Issue 156 - soundflower
OK, I seem to have found a fix for this. The problem seems to be that the installer gets 'quarantined' because of an unrecognised certificate. This is marked against the file by an extended attribute. You need to clear the attribute to allow the installer to run again. The command for this is:
xattr -c
The installer will run after this. It throws up a certificate error but you can tell the system to trust it. For some reason, the install ran completely clean...
More about the
xattr command at developer.apple.com.
Labels: gatekeeper, quarantine bit
Post a Comment