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
{{ message }}
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
I've tried to solve this by finding an older version (the current version is v2 which has different file names) of the Google Analytics SDK and then setting the path manually in Xcode. This has worked other times when I have had this issue.
I also removed the reference to of the old Google Analytics folder and dragged in the new folder.
Still getting "Lexical or Preprocessor Issue 'GANT.h' file not found"
Anyone run into this?
The text was updated successfully, but these errors were encountered:
Got around it by cloning https://github.com/phonegap-build/GAPlugin.git. It contains a src/ios directory that I moved into libs/GAPlugin. Then I changed the include to GAITracker.h instead of GANTracker.h. I have no idea if it's going to cause other issues though.
It also requires modifying the header search paths.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried to solve this by finding an older version (the current version is v2 which has different file names) of the Google Analytics SDK and then setting the path manually in Xcode. This has worked other times when I have had this issue.
I also removed the reference to of the old Google Analytics folder and dragged in the new folder.
Still getting "Lexical or Preprocessor Issue 'GANT.h' file not found"
Anyone run into this?
The text was updated successfully, but these errors were encountered: