I am trying to link a dynamic library in my COCOA application but I am getting the following strange error:
dyld: Library not loaded: /opt/local/lib/libusb-0.1.4.dylib
I want to link this library from application (Mac OS) directory as I don't want user to have install anything. Although I have properly linked the library in frameworks and added it to target copy build phase but it's still complaining that the library is missing. Other two libraries which I linked are working fine but libusb-0.1.4.dylib is causing problem. Could anybody please tell me how to fix this issue.
Thanks in advance for your help.