Skip to content

Instantly share code, notes, and snippets.

@raw-bin
Created July 20, 2020 13:18
Show Gist options
  • Save raw-bin/58d431af744a2a24500bf048aacb1833 to your computer and use it in GitHub Desktop.
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
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