My question is in someway related to the question stackoverflow.com/questions/20206565/… but the answers there do not help. I just cloned a project my co developer is working on currently and got this weird error:
"GAI.h file is not found"
Note : I have not done anything to the project.It runs perfectly in her system. Both of us use xcode 6.
(GAI.h is a header file inside GoogleAnalytics-iOS-SDK). The project uses Cocoapods and the pod file has 'GoogleAnalytics-iOS-SDK', '~> 3.0.1'also GAI.h file is present. I tried removing the SDK, adding again and cleaning but nothing worked for me. If anyone can give me some valuable inputs.