Error installing google analytics on iOS app
I was trying to integrate google analytics into my project, and I was surprised that it requires cocoapods to install google analytics now. I followed the documentation here: https://developers.google.com/analytics/devguides/collection/ios/v3/?hl=en I called pod init on terminal, and then I've edited by podfile to # Uncomment this line to define a global platform for your project # platform :ios, '6.0' target 'Unity-iPhone' do pod 'Google/Analytics', '~> 1.0.0' end target 'Unity-iPhone Tests' do end and I get the following error on terminal when I call pod install. Updating local specs