5

I'm linking some OpenCV dynamic libraries in my Cocoa app. When I add a symbolic link (libopencv_core.dylib), what is actually get added is the resolved real file name (libopencv_core.2.4.13.dylib).

Real file name instead of symbolic link file name gets added.

This is problematic, since in our office, people may use different minor revisions of OpenCV. Is there any way to make Xcode to use the symbolic file name instead?

mr49
  • 1,053
  • 1
  • 8
  • 26

0 Answers0