You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. I followed the steps to embed static library in xcode and included analytics
generated files.
2. I added security and system configuration framework in my project.
3. Write code using queryanalytics here is the code.
self.analyticsService.authorizer = auth;
GTLQueryAnalytics *query = [GTLQueryAnalytics queryForDataGaGetWithIds:@"ga:48150884" startDate:@"ga:totalEvents" endDate:@"ga:totalEvents" metrics:@"ga:totalEvents"];
GTLServiceAnalytics *service = self.analyticsService;
self.analyticsTicket = [service executeQuery:query delegate:self didFinishSelector:@selector(serviceTicket:finishedWithObject:error:)];
What is the expected output? What do you see instead?
It did not build at all and terminated giving linking error.
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_GTLQueryAnalytics", referenced from:
objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
What version of the product are you using? On what operating system?
I am using google api objective c client library with Mac 10.7.3 and xcode 4
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 1 Sep 2012 at 7:27
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 1 Sep 2012 at 7:27The text was updated successfully, but these errors were encountered: