analogdevicesinc / VSCode-Maxim

VSCode project folders for the Analog Devices MSDK
https://github.com/Analog-Devices-MSDK/msdk
Other
23 stars 5 forks source link

dyld[4469]: Library not loaded: /usr/local/opt/hidapi/lib/libhidapi.0.dylib #21

Open marcocrio opened 8 months ago

marcocrio commented 8 months ago

Visual Studio Code version

C/C++ Extension version

Target microcontroller and evaluation platform

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Open a MaximSDK template for VS Code (or example folder)
  2. Setup target board
  3. run 'flash and run' task
  4. See error

Desktop (please complete the following information):

Jake-Carter commented 7 months ago

@marcocrio my understanding is that Homebrew should symlink into /usr/local/opt by default.

Does brew link hidapi have the same effect as your manual symlink?