when I run a program I have written (on MacOS 10.12.6, Xcode, ASI SDK v1.18), I get this error message:
dyld: Library not loaded: @loader_path/libusb-1.0.0.dylib
Referenced from: /usr/local/lib/libASICamera2.dylib
Reason: Incompatible library version: libASICamera2.dylib requires version 2.0.0 or later, but libusb-1.0.0.dylib provides version 1.0.0
which i do not understand as the latest version (?) of libusb is 1.0.24, not 2.0.0. Any comment or explanation welcome! Thanks.