Created
July 20, 2020 13:18
-
-
Save raw-bin/58d431af744a2a24500bf048aacb1833 to your computer and use it in GitHub Desktop.
Error: libncurses.6.dylib invalid code signature while building fish shell from source on macOS
This file contains 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
dyld: Library not loaded: /opt/local/lib/libncurses.6.dylib | |
Referenced from: /Users/raw-bin/Work/repos/fish-shell/build/./fish | |
Reason: no suitable image found. Did find: | |
/opt/local/lib/libncurses.6.dylib: code signature in (/opt/local/lib/libncurses.6.dylib) not valid for use in process using Library Validation: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed. | |
/opt/local/lib/libncurses.6.dylib: stat() failed with errno=1 | |
/opt/local/lib/libncurses.6.dylib: code signature in (/opt/local/lib/libncurses.6.dylib) not valid for use in process using Library Validation: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment