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

I'm trying to configure qvh in macOS #156

Open
crmtest1234 opened this issue Aug 12, 2024 · 1 comment
Open

I'm trying to configure qvh in macOS #156

crmtest1234 opened this issue Aug 12, 2024 · 1 comment

Comments

@crmtest1234
Copy link

crmtest1234 commented Aug 12, 2024

Following below steps

On MacOS run brew install libusb pkg-config gstreamer gst-plugins-bad gst-plugins-good gst-plugins-base gst-plugins-ugly
To just run: Download the latest release and run it
To develop: Clone the repo and execute go run main.go (need to install golang of course)

Facing below issue :

dyld[81118]: Library not loaded: /usr/local/opt/libusb/lib/libusb-1.0.0.dylib
Referenced from: /Users/mani-3694/Documents/workspace/ios_workspace/qvh
Reason: tried: '/usr/local/lib/libusb-1.0.0.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/usr/local/lib/libusb-1.0.0.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/opt/homebrew/opt/libusb/lib/libusb-1.0.0.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/libusb-1.0.0.dylib' (no such file), '/usr/local/opt/libusb/lib/libusb-1.0.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/libusb/lib/libusb-1.0.0.dylib' (no such file), '/usr/local/opt/libusb/lib/libusb-1.0.0.dylib' (no such file), '/usr/local/lib/libusb-1.0.0.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/usr/lib/libusb-1.0.0.dylib' (no such file, not in dyld cache)

Chip : Apple M1 Pro
OS Version : macOS 14.6 (23G80)
libusb: stable 1.0.27
gstreamer: stable 1.24.6 (bottled)

Kindly anyone assist on this, i'm unable to install libusb 1.0.0.

@danielpaulus

@jongyu
Copy link

jongyu commented Sep 24, 2024

I also encountered the same problem

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

No branches or pull requests

2 participants