-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fix MacOS builds: OSError: dlopen(libusb-1.0.dylib, 6): image not found #87
Comments
Currently, the MacOS builds finish "successfully". And I'm able to download, "install", and execute the BusKill app. I only get an error (now correctly captured by the GUI thanks to the commits earlier today when clicking the "arm" button. It appears that the The change that most-likely broke this was the software bumps done in #78 In ^ that ticket, we changed from |
I thought that maybe all I needed to do was to update
...so this might be more complicated than initially expected |
huh, I downloaded and extracted all the libusb releases from
|
oh, duh, the buskill-app/build/mac/buildDmg.sh Lines 254 to 263 in 53f631d
|
After ^ that change, the latest build now runs without throwing an error upon arming. This is fixed |
This issue will track the effort to fix our currently-broken MacOS builds, which produce the following error when attempting to arm buskill
This issue was discovered when attempting to solve #77
The text was updated successfully, but these errors were encountered: