Hi guys,
I am quite new to OF and I’m trying to use ofVideoGrabber in an iOS app. I’m using build 0.8.4.
Either when building my own project or with the videoGrabberExample sample project I get this error at linkage:
Undefined symbols for architecture armv7:
"ofxiOSVideoGrabber::ofxiOSVideoGrabber()", referenced from:
ofVideoGrabber::initGrabber(int, int, bool) in libofxiOS_iphoneos_Debug.a(ofVideoGrabber.o)
ofVideoGrabber::listDevices() in libofxiOS_iphoneos_Debug.a(ofVideoGrabber.o)
ld: symbol(s) not found for architecture armv7
I’m building for the device but I get the same error when i try to build for the simulator.
Can someone please help me with this ? I have no idea what may be wrong at this point
Thank you!