Compiling GData for iPhone
- by spin-docta
Hi,
I'm trying to compile a project that uses the GData objective-c framework. I've successfully compiled and run the project under the 'Debug' configuration, but when I try to compile using 'Release' and now 'Adhoc' I get the following errors. NOTE: I duplicated the debug configuration for adhoc and that doesn't seem to help.
"_kGDataGoogleAnalyticsDefaultAccountFeed", referenced from:
_kGDataGoogleAnalyticsDefaultAccountFeed$non_lazy_ptr in TKGoogleAnayliticsAPI.o
".objc_class_name_GDataFeedAnalyticsAccount", referenced from:
literal-pointer@_OBJC@_cls_refs@GDataFeedAnalyticsAccount in TKGoogleAnayliticsAPI.o
".objc_class_name_GDataFeedAnalyticsData", referenced from:
literal-pointer@_OBJC@_cls_refs@GDataFeedAnalyticsData in TKGoogleAnayliticsAPI.o
".objc_class_name_GDataQueryAnalytics", referenced from:
literal-pointer@_OBJC@_cls_refs@GDataQueryAnalytics in TKGoogleAnayliticsAPI.o
".objc_class_name_GDataServiceGoogleAnalytics", referenced from:
literal-pointer@_OBJC@_cls_refs@GDataServiceGoogleAnalytics in TKGoogleAnayliticsAPI.o
ld: symbol(s) not found
collect2: ld returned 1 exit status