Created
March 29, 2020 18:51
-
-
Save rooseveltrp/6831627b71d17c265d7be4056bff5486 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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