AbdFatah / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Symbols for GANAdHitIdGenerator missing on iOS #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
Name of affected component: Mobile Tracking

Name of related library and version, if applicable (e.g. Android, iOS,
Snippets, etc.):

Issue summary:

Upon linking I get the following error message from Xcode:

Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_GANAdHitIdGenerator", referenced from:
      objc-class-ref in libGoogleAnalytics_NoThumb.a(GANTracker.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Steps to reproduce issue:
1. Make a project that uses tracking code, using the NoThumb version
2. Attempt to run it in the Simulator
3.

Expected output:

No linking error.

Actual results:

Unexpected unresolved symbols.

Notes:

I have used the library successfully in previous versions (up to 1.3) without 
the problem, it started with upgrading to 1.4 of the tracking code-

Original issue reported on code.google.com by juma...@gmail.com on 29 Dec 2011 at 6:48

GoogleCodeExporter commented 9 years ago

Original comment by awa...@google.com on 7 Nov 2013 at 9:22