0

I am working on objective c google analytics, I am getting error "GGLCore/GGLCore.h file not found Analytics.h". I followed this like to implement the code developers.google.com/analytics/devguides/collection/ios/v3/

Image 1

Pod file.

Pod file image

Naresh
  • 16,698
  • 6
  • 112
  • 113
  • I encounter the same warning but my case is that I forget to add pods to my unit test. After adding pods to target 'MyProjectTest' and pod install, problem solved. To organize your pods with multiple targets, have a look at [this](https://stackoverflow.com/a/14907073/7562022). – Michael Revlis Nov 06 '17 at 06:23
  • Thank u for your comment, i solved my self successfully. – Naresh Nov 06 '17 at 06:57
  • Would you like to share your case and how you solve it? Somebody might need it. – Michael Revlis Nov 06 '17 at 07:52
  • Ok, i will share it.... – Naresh Nov 06 '17 at 10:20

1 Answers1

0

Initially i opened AppNamme.xcodeproj. But i used pods in my project. Later i opened AppName.xcworkspace.

And there is second chance to get this error is...

I manually added SDK. Later i removed all files and added through pods. Now the error gone...

Naresh
  • 16,698
  • 6
  • 112
  • 113