Skip to content

Instantly share code, notes, and snippets.

@rooseveltrp
Created March 29, 2020 18:51
Show Gist options
  • Save rooseveltrp/6831627b71d17c265d7be4056bff5486 to your computer and use it in GitHub Desktop.
Save rooseveltrp/6831627b71d17c265d7be4056bff5486 to your computer and use it in GitHub Desktop.
# How to Fix "Code has to be at least ad-hoc signed"
In the command line, run this:
```
$ codesign -f -s "YOURDEVELOPEREMAIL" /usr/local/opt/*/lib/*.dylib
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment