iphone - "_OBJC_CLASS_$_DBAccess", referenced from: -
trying build program , getting following error. don't see obvious. import statements seem correct:
undefined symbols: "_objc_class_$_dbaccess", referenced from: objc-class-ref-to-dbaccess in locationsviewcontroller.o ld: symbol(s) not found collect2: ld returned 1 exit status
this sort of problem means linker isn't finding class (if imports wrong lexing warning).
check make sure project linked whatever uses dbaccess , dbaccess.m/h included in output.
Comments
Post a Comment