Nil*_*esh 8 macos rust rust-cargo rust-chrono
尝试运行一个简单的程序,但由于问题而失败
note: ld: framework not found Security
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Run Code Online (Sandbox Code Playgroud)
我尝试做一些调查,我发现 Cargo.toml 中的 chrono 0.4.19 指出了这一点。一旦我消除了这种依赖,它就会继续构建。我是 mac 世界的新手,看过各种建议,但我对这个问题非常无能为力。
我尝试对其进行 dockerise,然后它在容器上运行良好,但在我的 mac 上却不起作用。谁能指出我正确的方向吗?