Skip to main content

All Questions

1 vote
1 answer
358 views

What's different between pod 'GoogleAnalytics' and pod 'Firebase/Analytics'?

I want to add Firebase Cloud messaging to a project. As the guideline in https://firebase.google.com/docs/cloud-messaging/ios/client I need to add to Podfile: # Add the Firebase pod for Google ...
Le Trong Tan's user avatar
0 votes
2 answers
266 views

Firebase error even if I don't use it

In my objective-c application, I added Google Analytics using Pods (this is how I add it: pod 'Google/Analytics'). In the Pods folder, I found those Firebase packages FirebaseAnalytics, FirebaseCore ...
Ne AS's user avatar
  • 1,540
1 vote
2 answers
1k views

Latest pod version of Google/Analytics on iOS wants me to install Firebase

I'm using the latest version of the Google/Analytics pod and it keeps showing the following message in the console and it's driving me nuts: <Error> [Firebase/Core][I-COR000003] The default ...
Jeremy Hicks's user avatar
  • 3,740
4 votes
2 answers
5k views

"Google/Analytics.h file not found" after updating pod to GoogleAnalytics

I was using the pod s pod 'Google/Analytics' pod 'Google/SignIn' but after running pod install I was receiving the following warning at the end of the pod installation [!] Google has been ...
Addev's user avatar
  • 32.5k
1 vote
1 answer
265 views

How to add Google Analytics to Cocoa Touch Framework for iOS devices

I have created a framework which provides data from our APIs to our clients who use it. I want to use Google Analytics in this framework. But I am not able to figure out how to do it, there's no ...
Aishwary Dhare's user avatar
0 votes
1 answer
473 views

App can't import bridging header and find Google/Analytics.h when running in Release Configuration

So I'm trying to set up the debug/release configurations in the app I'm working on. When trying to test the Release configuration, the app won't build. Says: Can't import bridging header and 'Google/...
jped's user avatar
  • 153
2 votes
3 answers
2k views

iOS Swift Library - target has transitive dependencies Google Analytics

I'm trying to install 'Google/Analytics' inside my lib project in podspec. My project lib was created using pod lib create with Swift. This is my podspec: s.source_files = 'Pod/Classes/**/*' ...
Ruan Dennis's user avatar
0 votes
1 answer
666 views

GoogleAnalytics Cocoapod unresolved identifier 'GGLContext'

With the Google cocoapod now deprecated I have switched to using the GoogleAnalytics pod and amended my bridging header to import the following: #import "GAI.h" #import "GAIDictionaryBuilder.h" #...
mike's user avatar
  • 2,163
2 votes
1 answer
1k views

"ld: framework not found GGLAnalytics for architecture x86_64" error on Test target

I recently added CocoaPods to my app in order to use Google Analytics. The app runs fine, but unit tests no longer build. I get the following error when trying to run unit tests: ld: framework not ...
Mike Taverne's user avatar
  • 9,306
2 votes
0 answers
1k views

How can I integrate only Google Analytics for iOS without Firebase, using Cocoapods?

As of now I integrated using the following: pod 'Google/Analytics' But I am getting so many logs about FireBase.
AppleBee's user avatar
  • 472
0 votes
0 answers
34 views

Issue with using Box SDK on Cocoapods while Google Analytics is included in the same pod file

Until few days ago, everything worked fine on my Xcode project where I had both 'box-ios-sdk' and 'Google/Analytics' on my pod file. But today after doing 'pod update', if 'box-ios-sdk' is on my pod ...
SuperCoder's user avatar
3 votes
3 answers
5k views

GoogleToolboxForMac framework error [duplicate]

I try to add the Google Analytics into my project, but I see the error: ld: framework not found GoogleToolboxForMac clang: error: linker command failed with exit code 1 (use -v to see invocation) I'...
user3785463's user avatar
5 votes
1 answer
725 views

Does Google Analytics 3.17 for iOS using Cocoapods support Bitcode now?

I just noticed an update to Google Analytics for iOS (3.17), and I'm wondering if it is safe to switch over to using this Cocoapod (https://cocoapods.org/pods/GoogleAnalytics) and does it support ...
SH10151's user avatar
  • 974
10 votes
1 answer
800 views

Which Google analytics cocoapods pod to use

From the official documentation Google suggest to use the submodule from the Google pod pod 'Google/Analytics' But if you search on cocoapods.org there is separate pod maintained by Google as well, ...
Daniel's user avatar
  • 1,265
0 votes
1 answer
68 views

Do I need to install CoreData.framework even though I use CocoaPods?

I've been working on my iPhone app and implementing Google Analytics on it. I use CococaPods to install GA, and it seems to work fine so far in my simulator. I found that document of GA, and now I'm ...
Wataru Sekiguchi's user avatar

15 30 50 per page