I'm really new to iOS coding and am trying to compile a project from Github (
https://github.com/zentraedi/BigBlueTest)
I am down to one remaining linking error:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_QPickerElement", referenced from:
objc-class-ref in BBTFormViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I've been through the ARCH stuff and it sure looks like the library is building and the referenced library is in the Debug-iphonesimulator directory
Any ideas?
thanks!