opencv2 ios: undefined symbol "_OBJC_CLASS_$_CvVideoCamera"

asked 2013-06-27 13:20:58 -0600

updated 2013-06-27 14:43:26 -0600

SR gravatar image

Trying the following tutorial: http://docs.opencv.org/doc/tutorials/ios/video_processing/video_processing.html#opencviosvideoprocessing

And I get the following error:

Undefined symbols for architecture i386: "_OBJC_CLASS_$_CvVideoCamera", referenced from: objc-class-ref in ViewController.o ld: symbol(s) not found for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Seen several similar posts, but all unanswered. Would greatly appreciate any help, thanks!

edit retag flag offensive close merge delete

Comments

run on iphone not simulator

Kashif Mehmood gravatar imageKashif Mehmood ( 2014-03-10 00:45:44 -0600 )edit