I\'m still quite new to Objective C and Xcode, but I just finished a small app that uses the openCV libopencv_core.2.4.2.dylib.
libopencv_core.2.4.2.dylib
When I went to open the
Since other answers are not clear enough;
Assume your dylib files are located in /usr/local/opt/opencv3/lib
/usr/local/opt/opencv3/lib
sudo ln -s /usr/local/opt/opencv3/lib/*.dylib /usr/local/lib
will solve this problem. Be aware that /usr/lib is protected by system in MacOS, thus you should use /usr/local/lib.
/usr/lib
/usr/local/lib