ios - GDataServiceGoogleDocs -
i incorporating gdata objective-c, trying out google docs api. however, have been running following issue compile:
undefined symbols architecture i386: "_objc_class_$_gdataservicegoogledocs", referenced from: objc-class-ref in gdataviewcontroller.o "_objc_class_$_gdataquerydocs", referenced from: objc-class-ref in gdataviewcontroller.o ld: symbol(s) not found architecture i386 i have searched many places, answers sparse. particularly solution seems whether or not compiling in 32/64 bit, post suggests: undefined symbols: "_objc_class_$_gdataservicegoogledocs". however, not understanding how correct this, since first time running problem, have checked both architectures under project , targets's build settings are
standard(armv7) - $(archs_standard_32_bit)
thanks lot!
p.s compiling ios5.1 , xcode 4.3.2
how incorporate google docs api app? sources or static library?
"particularly solution seems whether or not compiling in 32/64 bit" - question has nothing since building app ios
Comments
Post a Comment