I'm using a RealSense D435, the SDK works when I'm building the examples from here, but when trying to run the capture example of your repo, it seems like the linkage is failing.
Terminal prints :
dyld: Library not loaded: @rpath/librealsense2.2.dylib
Hi,
I'm using a RealSense D435, the SDK works when I'm building the examples from here, but when trying to run the capture example of your repo, it seems like the linkage is failing.
Terminal prints :
This is what my Link is giving me :
I'm not too sure how to solve the problem, I have tried adding the library in the frameworks / library part of the build without success...
I'm on OF10.0.1, on Mac os 10.14.4, xcode version Version 10.2.1 (10E1001).
Thks,
P