From 18b12e7280596ffb6c21fc1688e8cc1a4a9c0153 Mon Sep 17 00:00:00 2001 From: Pro Date: Tue, 12 Nov 2024 21:33:38 +0100 Subject: [PATCH] Update troubleshooting --- TROUBLESHOOTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 6ac7988c..49ed2f4a 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -82,6 +82,11 @@ Look for `Selected GCC installation` and `#include <...> search starts here` to get the sense of what system toolchain is used by clang. Refer to this [issue](https://github.com/twistedfall/opencv-rust/issues/322) for more fixes and workarounds. +10. Using a language server IDE on macOS you're getting `dyld: Library not loaded` error from `rust-analyzer` + + Check this [issue](https://github.com/twistedfall/opencv-rust/issues/592) for some ready-made configurations + for VSCode and Zed. + ## Reporting issues If you still have trouble using the crate after going through the Troubleshooting steps please fill free to