Skip to main content

All Questions

0 votes
0 answers
91 views

Firebase Analytics iOS SDK signature cannot be verified error

I'm using Azure Artifacts to download third party libraries. I have uploaded firebase analytics SDK v10.22.0 and it is working fine. When trying to update SDK 10.24.0 getting an error in Xcode same ...
Sugans'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
1 vote
0 answers
788 views

How to fix Firebase Analytics purple error: This code path does I/O on the main thread underneath that can lead to UI responsiveness issues

Recently Xcode started showing a purple error on Firebase Analytics, please take a look: In text: {"message":"This code path does I/O on the main thread underneath that can lead to UI ...
Stan's user avatar
  • 147
1 vote
1 answer
1k views

Firebase Analytics on Xcode got error FIRAnalytics and FIRConsent undeclared identifier

I was working an app on flutter and got error when I tried to build my app on xcode. I got error like this : Here's the most error I get Use of undeclared identifier 'FIRAnalytics' And here is the ...
Dimas Satrya's user avatar
0 votes
2 answers
825 views

Undefined symbol error, Unity Project with Firebase Analytics when building Xcode project

I am facing an Undefined symbol error in XCode project and cannot solve it. My latest build app is already used with ARCore, Firebase, and Facebook SDK. And it builds normally on Android and IOS. In ...
Zero Chan's user avatar
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
245 views

Firebase Analytics throws errors on building in xcode

I am trying to implement analytics by firebase, I have imported the FirebaseAnalytics pod in my class, but when I try to use any of it's methods, there are errors on xcode build, please help me ...
marilyn's user avatar
  • 381
0 votes
1 answer
85 views

Firebase Analytics - How to see specific content and not a controller?

I have an app full of stories, and I want to see which stories users are reading. I already installed Firebase Analytics, but all I'm seeing is this kind of content: I want to be able to see the ...
Diego Alcu's user avatar
0 votes
2 answers
602 views

Is there a way to disable firebase analytics with a scheme argument in Xcode?

I want to disable firebase analytics from collecting & sending events when I'm building, testing & debugging via an Xcode scheme argument, if able. I'm aware you can edit the info.plist to ...
Mac Wayne's user avatar
  • 587
0 votes
1 answer
145 views

Getting crash in iOS App for [GAIDataStore coordinatorWithModel:URL:], [GAICoreDataUtil entityWithDescription:]

I am using following google pods pod 'GoogleTagManager' pod 'Google-Mobile-Ads-SDK' pod 'GoogleIDFASupport' pod 'GoogleSignIn' pod 'Firebase/Auth' pod 'Firebase/RemoteConfig' pod 'Firebase/...
Wasim Akram's user avatar
4 votes
1 answer
3k views

Stop / Hide GTMSessionFetcher Logs SwiftUI

is there way to hide and stop print in the Xcode console below types of logs. GTMSessionFetcher invoking fetch callbacks, data {length = 2270, bytes = 0x7b227265 73756c74 223a7b22 72657375 ... ...
Sham Dhiman's user avatar
  • 1,536
0 votes
1 answer
383 views

I can’t see custom logs events in DebugView Firebase Analytics ios swift

I’m using Xcode 12.5.1, swift 5, firebase 8.8.0 I can see the screen_view logs, user_engagement in the debugView in real time but I can’t see custom logs events. I don’t know if I sent them correctly, ...
Nikolaj's user avatar
  • 21
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
1 vote
2 answers
1k views

Can't build flutter ios with Firebase analytics running flutter build ios on codemagic.io cloud CI/CD

I have added GoogleService-Info.plist to ios\Runner using XCode. I created this Podfile platform :ios, '10.0' target 'Runner' do #use_frameworks! pod 'Firebase/Core' pod 'Firebase/Analytics' ...
Mark's user avatar
  • 178

15 30 50 per page