Skip to main content

All Questions

0 votes
0 answers
20 views

Firebase Analytics not functioning after switching from CocoaPods to SPM

I recently switched my project from CocoaPods to Swift Package Manager (SPM), and since then, Firebase Analytics has stopped functioning properly. While I can track events in debug mode (by adding &...
Doogie's user avatar
  • 1
0 votes
1 answer
256 views

EAS local build for iOS failing after adding react-native-firebase/analytics?

I am trying to run @react-native-firebase/analytics in my Expo-managed app. I've followed the official guide and installed required packages, and added the necessary configuration to my app.json. But ...
Rwzr Q's user avatar
  • 165
0 votes
0 answers
210 views

Xcode Swift Error: Framework not found FirebaseAnalytics

I tried adding FirebaseAnalytics now in getting this error. This is my pod file: And this is the error: Framework not found FirebaseAnalytics tried adding $(inherited) in the build settings. tried ...
Nicky O-O's user avatar
0 votes
2 answers
855 views

Unity: None of your spec sources contain a spec satisfying the dependency: `Firebase/Analytics (= 10.0.0)`

We are trying to use Firebase Analytics but when we build our Unity project we get a CocoaPods installation failure: None of your spec sources contain a spec satisfying the dependency: `Firebase/...
joe's user avatar
  • 17.4k
0 votes
0 answers
41 views

Using FirebaseAnalytics in a cocoapod resulting in error during compilation

I am using FirebaseAnalytics in a cocoa development pod, and facing an error during compilation, saying Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_FIRAnalytics", referenced ...
Sam Siu's user avatar
0 votes
1 answer
761 views

Specs satisfying firebase_analytics from .symlinks/plugins/firebase_analytics/ios dependency were found, but required higher minimum deployment target

I've just tried to build my flutter application via CodeMagic using VNC Viewer and SSH with no luck. I have tried to run "pod install" with result: Analyzing dependencies firebase_analytics: ...
Mitch Feaver's user avatar
2 votes
0 answers
906 views

Cocoapod subspec dependency not adding header/library search paths

I'm writing a Cocoapods podspec for a Swift library (https://github.com/promotedai/ios-metrics-sdk). One of our clients asked us to add Firebase Analytics tracking to the internals of this library. As ...
Yuna Wang's user avatar
0 votes
1 answer
282 views

Firebase FirAnalyticsConnector Build Error

After running pod install with: pod 'Firebase/Analytics' I am now getting the following build error: ld: framework not found FirAnalyticsConnector clang error: linker command failed with exit code ...
vikzilla's user avatar
  • 4,148
1 vote
1 answer
3k views

#warning "FirebaseAnalytics.framework is not included in your target

I have update my pods, and now when i build my ios app, this warning pop ? "FirebaseAnalytics.framework is not included in your target. Please add the FirebaseAnalytics dependency to your ...
Manatea Vagner's user avatar
0 votes
2 answers
980 views

How to add Firebase Analytics as a dependency for a pod?

I am trying to create an analytics library for my applications. The applications have to go through the framework to send analytics, so Firebase Analytics is a dependency of the pod. I have created a ...
Carl Sarkis's user avatar
3 votes
5 answers
10k views

Firebase analytics and other modules on Apple M1 chip

I'm using the Firebase and the SDWebImageSwiftUI module in my SwiftUI 2 app with Xcode 12.3 and Cocoapod 1.10.0 on my Apple M1 MacBook Pro. As long as I don't integrate the Firebase Analytics module ...
FriendlyGuy's user avatar
0 votes
0 answers
310 views

iOS App crashed if I installed googleApis with latest version of Firbase through cocoapod

In my app I have been trying installing latest version of Firebase crashlytics and Analytics pod file and it works fine as well. But the problem occurs when I also installed googleapis pod file (ie. ...
Alok_Singh's user avatar
1 vote
2 answers
568 views

FirebaseCrashlytics and FirebaseAnalytics pod installation is failing

In migrating my Fabric/Crashlytics SDK into FirebaseCrashlytics, I've decided to integrate cocoapods. After adding FirebaseCrashlytics and FirebaseAnalytics into the Podfile, I am getting this error ...
Jargen89's user avatar
  • 480
0 votes
3 answers
4k views

Pod install Firebase/Analytics fails

I'm using Window 10 and trying to use Pod to integrate Firebase/Analytics with flutter and everything seems fine except I'm getting this error when I run pod install Here is the stackTrace ...
Hussein Al-Mosawi's user avatar
1 vote
1 answer
366 views

How do I add firebase to my tvOS project?

I'm trying to add firebase to my tvOS project for analytics and have followed the instructions from here exactly as they have it in there but it's not working. The files Pods_BethanyChurch.framework, ...
AspiringDev's user avatar

15 30 50 per page