I'm trying to build the tutorial App that uses the Video Camera and have followed all the steps to add the opencv framework and got the "HelloOpenCV" App working OK. I've extended the sample following the tutorial steps and now have the following linker errors. Has anyone hit this problem and resolved it and share their solution?
Undefined symbols for architecture armv7s: "_CMSampleBufferGetImageBuffer", referenced from: -[CvVideoCamera captureOutput:didOutputSampleBuffer:fromConnection:] in opencv2(cap_ios_video_camera.o) "_CMSampleBufferGetPresentationTimeStamp", referenced from: -[CvVideoCamera captureOutput:didOutputSampleBuffer:fromConnection:] in opencv2(cap_ios_video_camera.o) "_CMTimeMake", referenced from: -[CvVideoCamera createVideoDataOutput] in opencv2(cap_ios_video_camera.o) ld: symbol(s) not found for architecture armv7s clang: error: linker command failed with exit code 1 (use -v to see invocation)