You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ 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 ?
The text was updated successfully, but these errors were encountered:
❯ 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 ?
The text was updated successfully, but these errors were encountered: