Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library not loaded: @rpath/libavrdude.1.dylib #457

Closed
FlorianKrug opened this issue Feb 29, 2024 · 2 comments · Fixed by #454
Closed

Library not loaded: @rpath/libavrdude.1.dylib #457

FlorianKrug opened this issue Feb 29, 2024 · 2 comments · Fixed by #454

Comments

@FlorianKrug
Copy link

Describe the Bug

I want to flash my firmware to the atmega32u4, but I get the following error.

`Attempting to flash, please don't remove device

avrdude -p atmega32u4 -c avr109 -U flash:w:/Users/floriankrug/qmk_firmware/gen1_pad_default.hex:i -P /dev/cu.usbmodem1201 -C avrdude.conf
dyld[11970]: Library not loaded: @rpath/libavrdude.1.dylib
Referenced from: /Applications/QMK Toolbox.app/Contents/Resources/avrdude
Reason: tried: '/Applications/QMK Toolbox.app/Contents/Resources/../lib/libavrdude.1.dylib' (no such file), '/Applications/QMK Toolbox.app/Contents/Resources/../lib/libavrdude.1.dylib' (no such file), '/usr/local/lib/libavrdude.1.dylib' (no such file), '/usr/lib/libavrdude.1.dylib' (no such file, not in dyld cache)
Flash complete`

System Information

  • Operating system: MacOs 14.3.1
  • QMK Toolbox version: 0.3.0
@zvecr zvecr linked a pull request Feb 29, 2024 that will close this issue
5 tasks
@arhimmel
Copy link

arhimmel commented Mar 6, 2024

i was wondering when this fix will be released?

@fauxpark
Copy link
Member

fauxpark commented Mar 9, 2024

@arhimmel I have just released 0.3.1 which includes the fix from the above linked PR. If you are using the Homebrew Cask, you'll need to wait for it to be updated :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants