rim icon indicating copy to clipboard operation
rim copied to clipboard

cargo run abort, '/usr/local/lib/libtermkey.1.dylib' (no such file)

Open CheungChan opened this issue 3 years ago • 1 comments

❯ cargo run Finished dev [unoptimized + debuginfo] target(s) in 0.13s Running target/debug/rimdyld[58957]: Library not loaded: /usr/local/lib/libtermkey.1.dylib Referenced from: /Users/chenzhang/data/rim/target/debug/rim Reason: tried: '/usr/local/lib/libtermkey.1.dylib' (no such file), '/Users/chenzhang/data/rim/target/debug/deps/libtermkey.1.dylib' (no such file), '/Users/chenzhang/data/rim/target/debug/libtermkey.1.dylib' (no such file), '/Users/chenzhang/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libtermkey.1.dylib' (no such file), '/Users/chenzhang/.rustup/toolchains/stable-x86_64-apple-darwin/lib/libtermkey.1.dylib' (no such file), '/Users/chenzhang/lib/libtermkey.1.dylib' (no such file), '/usr/lib/libtermkey.1.dylib' (no such file) [1] 58957 abort cargo run After i clone this repo, and run 'cargo run', a dependency problem acurred, what should i do ?

CheungChan avatar Feb 11 '22 03:02 CheungChan