iphone - route-me won't compile in xCode 4 -


i'm trying route-me offline maps compile in xcode 4. fine in xcode 3.

i believe issue architecture settings. looking @ following post, looks should change proj4 armv6 , leave main project , mapview @ standard (v6 & v7).

however, still following errors:

undefined symbols architecture armv6: "_objc_class_$_rmmarker", referenced from: objc-class-ref in osmapviewcontroller.o "_objc_class_$_rmdbmapsource", referenced from: objc-class-ref in osmapviewcontroller.o "_objc_class_$_rmmapcontents", referenced from: objc-class-ref in osmapviewcontroller.o ld: symbol(s) not found architecture armv6 collect2: ld returned 1 exit status

any warmly welcomed.

chris.

it seems bug in xcode. downloaded xcode 4.0.2 , compiles , works without error or warnings!!

update xcode.


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 -