Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ld: library not found for -lGoogleAnalytics

I'm trying to use Google Analytics library with my xcode project. Everything was working for a few months but then I moved the files on my computer to different locations and now I'm getting this error. I tried fixing the Library Search Paths but I had no success.

like image 878
Destiny Faith Avatar asked Jun 18 '13 02:06

Destiny Faith


1 Answers

If you are using Pods to include the GoogleAnalytics iOS SDK into your project, it's worth noting that since the 3.0 release your 'other link flags' needs to include -lGoogleAnalyticsServices not the old -lGoogleAnalytics

like image 98
James Martin Avatar answered Nov 05 '22 18:11

James Martin