guardian
guardian copied to clipboard
Library not loaded
$ brew tap f/guardian
$ brew install guardian
$ guardian init
dyld: Library not loaded: /usr/local/opt/libpcl/lib/libpcl.1.dylib
Referenced from: /usr/local/bin/guardian
Reason: image not found
Trace/BPT trap: 5
brew install libpcl
The fix @Sija describes worked for me, too. Can we have this marked as an explicit dependency in the formula please, @f ? :)
Brew formula updated, run brew update && brew upgrade guardian && brew cleanup guardian