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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -