For a class I am currently taking, we are required to code a project using OpenCV. I got my instructions at this website: http://iphone-cocoa-objectivec.blogspot.com/2009/01/using-opencv-for-mac-os-in-xcode.html
but when compiling the simple example that he gives, i get the following error:
[Session started at 2009-03-26 10:53:37 -0500.]
dyld: Library not loaded: @executable_path/../Frameworks/OpenCV.framework/Versions/A/OpenCV
Referenced from: /Users/Joe/Documents/School/COSC1320/Project 3/Project 3/build/Debug/Project 3
Reason: image not found
The Debugger has exited due to signal 5 (SIGTRAP).The Debugger has exited due to signal 5 (SIGTRAP).
any clues as to what I am doing wrong?
but when compiling the simple example that he gives, i get the following error:
[Session started at 2009-03-26 10:53:37 -0500.]
dyld: Library not loaded: @executable_path/../Frameworks/OpenCV.framework/Versions/A/OpenCV
Referenced from: /Users/Joe/Documents/School/COSC1320/Project 3/Project 3/build/Debug/Project 3
Reason: image not found
The Debugger has exited due to signal 5 (SIGTRAP).The Debugger has exited due to signal 5 (SIGTRAP).
any clues as to what I am doing wrong?