I want to track page views using Google Analytics in my iPhone application. I have a problem _objc_class_$gantracker seems to be undefined . I saw on a forum that the problem can be solved by running lipo libGoogleAnalytics.a -remove i386 -output libGoogleAnalytics2.a
Where I can write this in xcode ? How I get to write a command line ?
You can write this in Project>Targets>Build Settings>Header search Paths .Just edit the value of that column with the libGoogleAnalytics sdk path.