Wasm-pack dyld Library not loaded

Hi!

I'm testing yew and when I compile the code example, I have the following error message

dyld: Library not loaded: @rpath/libLLVM.dylib
Referenced from: /Users/jeans/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/bin/rust-lld
Reason: image not found

rustc --version
rustc 1.48.0-nightly (bbc677480 2020-09-18)

Have you ever had this error message?

Thx

This issue can be fix by installing nightlycomponent

rustup toolchain install nightly

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.