All Questions
Tagged with google-fabric ios
301
questions
0
votes
1
answer
70
views
Crashlytics report can be generated only after re run the app
I just implemented Fabric Crashlytics tool to my Xcode project via Swift Package Dependencies.
All works good if I enable Google Analytic on a step when I create an app, without this step I did not ...
0
votes
0
answers
31
views
Remove Fabric Causes NSInvalidArgumentException
I have followed the steps with migrating Fabric to Firebase Crashlytics from
https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=ios
And I have been able to build and run on a simulator ...
0
votes
1
answer
70
views
Upgrading from Fabric to Firebase Crashlytics not showing in Firebase Console
I am attempting to upgrade from fabric to firebase crashlytics but the despite crashes, my app does not seems to show up in firebase crashlytics console
After having done extensive search on ...
0
votes
1
answer
144
views
How to merge GoogleAnalytics and Firebase/Crashlytics GoogleService-info.plist?
How to merge GoogleAnalytics and Firebase/Crashlytics GoogleService-info.plist?
In an iOS project, I have been using GoogleAnalytics and Fabric. Now I am trying to migrate Fabric to Firebase/...
0
votes
1
answer
27
views
What is FirebaseCrashlytics equivalent statement of Fabric recordError:error?
What is FirebaseCrashlytics equivalent statement of Fabric recordError:error?
What will be equivalent statement for FirebaseCrashlytics in iOS, of
[[Crashlytics sharedInstance] recordError:error];
2
votes
2
answers
4k
views
Crashlytics Crash not displayed on Firebase Console
I use react-native-firebase to implement crashlytics on my app.
It worked normally when my app use 6.4.0 version. That version not fully migrated to Firebase Crashlytics.
Then, I upgraded to 8.4.2 ...
0
votes
1
answer
825
views
Old Fabric app won't show crashes on new Firebase implementation
I have implemented Firebase/Crashlytics to an app. I can see in the logs that app is sending crashes. Firebase Console doesn't show anything. I can see crash free user count decreased after the ...
0
votes
1
answer
608
views
FirebaseCrashlytics did not report crash to my firebase console dashboard
I was updating Fabric to new Firebase, my firebase showed old fabric crash report and no Firebase report. Now my firebaseCrashlytics version is 4.3.1. I had added GoogleService-Info.plist, script ...
0
votes
0
answers
1k
views
Framework not found Crashlytics
Since I was using Fabric Crashlytics and it has been deprecated so I want to delete the Pods and change to Firebase Crashlytics. My Podfile looks like:
# Uncomment this line to define a global ...
0
votes
1
answer
142
views
Upload dSyms Issue with terminal command
I want to upload dSyms using the following command
/path/to/Fabric/upload-symbols -a <api-key> -p
<platform> /path/to/dSYMs
Firebase console command requires fabric <api-key> which ...
0
votes
1
answer
199
views
Upload missing required dSYMs through uploader tool
How to upload dSYM file. please help us. I am using “Pods/Fabric” folder of your Xcode project directory
finally i got issue
vicky-MacBook-Air-2:~ vicky$ /Users/vicky/Documents/Office/CAADE\ MAIN/...
4
votes
1
answer
2k
views
Upgrade to the Firebase Crashlytics iOS SDK objective-c, @import FirebaseCrashlytics not found
I am converting Fabric iOS SDK to Firebase Crashlytics iOS SDK
I follow below firebase google docs link https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=ios
I already Installed pod ...
11
votes
0
answers
2k
views
FirebaseCrashlytics auto upload-symbols problem
I'm trying to implement new FirebaseCrashlytics in my iOS app and having some issues and some things are not clear at all.
As per Upgrade doc in step 3, I have to add following run script:
${...
0
votes
1
answer
99
views
I downloaded the dSYM-file but the Crashlytics does not see it
I downloaded the dSYM-file but the Crashlytics does not see it. I took the file from App Store and downloaded it using "Fabric/upload-symbols". Please tell me what could be the reason
command for ...
16
votes
6
answers
15k
views
Firebase Upload missing required dSYMs Not Working
Currently, I am facing issues to upload dSYMs through the new uploader script.
/path/to/Fabric/upload-symbols -gsp /path/to/GoogleService-Info.plist -p <platform> /path/to/dSYMs
I am getting ...
8
votes
2
answers
7k
views
How to report parameters in Firebase Analytics Events
I've used Fabric with iOS before where it was so easy to report custom parameters in the same analytics event in like this:
Answers.logCustomEvent(withName: "saved_border", customAttributes: ["...
15
votes
1
answer
695
views
How to receive daily summary email from firebase analytics?
I would like to receive daily summary reports by e-mail about my app's downloads and other various stats from Firebase. I have used Fabric earlier and was able to do so but now since Fabric is going ...
1
vote
0
answers
322
views
probeGC crash in Fabric Crashlytics
This crash is happening only on iOS 13.3.1 on iPad 6 & iPad Pro (12.9 inch, 3rd Gen)
This crash is happening randomly and is a real deterrent to my customers.
0 libobjc.A.dylib ...
2
votes
2
answers
1k
views
Unable to upload dSYM file to Fabric Crashlytics
Fabric is already integrated in project. As firebase is removing upload dSYM option from dashboard so I decided to write script suggested in Firebase.
I already set DWARF with dSYM in the build ...
2
votes
3
answers
3k
views
How can i use Firebase App distribution without google account?
I am a Fabric user it works flawless for app distribution purpose. Recently I migrated my Fabric app to Firebase platform (as Google is removing Fabric) for app distribution with my testers. I ...
0
votes
1
answer
335
views
Migrate custom events created from Fabric into Firebase?
My existing iOS app have custom events logged in Fabric to verify user actions. Now I migrated from fabric into firebase. All Crashlytics issues are shown in firebase Crashlytics. But custom events ...
1
vote
1
answer
278
views
Does Firebase migration require any source code modification?
Recently I have migrated one of my iOS apps from Fabric to Firebase using migration link shown in Fabric dashboard. Crashes are appearing fine in the Firebase console. Does that migration require any ...
1
vote
1
answer
79
views
Should I change dsym file uploading script when migrated from Fabric to Firebase?
Recently I have migrated from Fabric to Firebase for one of my iOS apps using migration link shown in Fabric dashboard. All the crashes are showing fine in the Firebase Console. Should I change dsym ...
0
votes
0
answers
45
views
iOS fabric daily new user almost 0 recently
Crashlytics works, I can receive errors and events everyday.
The daily new user count for Android is normal, about 20K, but for iOS, the count is 0~5 for these months. The sdk is updated to the latest....
0
votes
2
answers
224
views
If I don't migrate my iOS apps from Fabric Crashlytics to Firebase
I have a lot of iOS apps that are using Fabric/Crashlytics. Will these apps continue to work even if I don't migrate from Fabric to Firebase? Also, Does migration from Fabric to Firebase requires app ...
2
votes
0
answers
73
views
EXC_CRASH (SIGABRT) CLSBetaController
I'm getting a crash on app launch from time to time which does not make it to Crashlytics, but I managed to get a .crash report and Symbolicate that against the .dsym. This is what I get:
Exception ...
0
votes
2
answers
165
views
Different bundle identifier for an app in crashlytics
I have two bundle identifier for an app and i want to add these in fabric crashlytics for two different bundles. Will i have to add for different bundles or fabric automatically create crash log for ...
0
votes
2
answers
586
views
"Upload missing required dSYMs" while migrating fabric to firebase
I am migrating my ios app from fabric to firebase crashalytics and getting this error while working with crashalytics
Upload 2 missing dSYMs required to process 12 crashes
I already uploaded dSYMs ...
0
votes
1
answer
59
views
How to solve Google Fabrics crash - Fatal Exception: DeviceNotSupported?
I keep getting crashes on Fabric for my iOS App.
Fatal Exception: DeviceNotSupportedException: Device Not Supported
At the signature of the function,
+(NSString*) IPHONE_OS_VERSION // Fabric ...
1
vote
0
answers
77
views
Crashlytics shows large number of crashes on iPhone Xs Max
I am working on an iPhone app which already has approx thousands of active users across globe. The app already has crashlytics integrated.
Previously the app has CoreData related issues, which used to ...
0
votes
2
answers
131
views
After migration my iOS app from Fabric to Firebase crashes still appearing in Fabric
I did the migration asked from Google because Fabric will die next year.
But the crashes reports still are available in Fabric. They are available in both tools: Firebase and Fabric.
Looking the ...
19
votes
4
answers
6k
views
Could not complete submission of dSYM When fabric to firebase migration for crashlytics
I am using xcode11 with mac os 10.14.1.
I implemented fabric to firebase migration using the following docs.
https://medium.com/@niamhpower/the-great-migration-moving-from-fabric-to-firebase-as-an-...
2
votes
0
answers
56
views
does firebase ios app automatically watch for new build/release if available?
I am migrating app from fabric to Firebase crashlytics. when I release new version or new build from Firebase, I am seeing notification in email but I am not seeing notification inside the app or ...
1
vote
1
answer
659
views
Crash :Foundation NSClassFromString+200 in iOS 13
We have released the latest build with the minimum deployment target 10.We are getting the same many crashes in iOS 13 related to the background issues.
We are enabling the following capabilities:
...
0
votes
2
answers
742
views
What is needed for crashes to show up after Fabric Firebase migration?
There's an application, we performed the migration about a week ago. I receive Daily Summary and the Oct 11th indicates some crashes (more specifically ). When I try to view any crashes either through ...
1
vote
1
answer
563
views
What's the difference between "Time in App Per User" on Fabric and "Daily User Engagement" on Firebase?
Recently I migrated from Google Analytics / Crashlytics / Fabric to Firebase. I notice on Firebase there is a metric called Daily User Engagement:
While on Fabric there is "Time in App Per User":
I ...
1
vote
1
answer
230
views
How to programmatically disable CrashReporting in current Crashlytics (3.14.*) / Firebase (1.10.*) on iOS
I'd like to enable and disable Crash Reporting in my current iOS app programmatically. I'm using
Crashlytics: 3.14.0
Fabric: 1.10.2
Firebase (Core / Analytics): 6.9.0
The official Firebase ...
3
votes
1
answer
2k
views
dSYM not uploaded by CLI command
I'm trying to upload dSYM file of my app reading it from the .xcarchive bundle by the Fabric CLI command:
upload-symbols -p ios -gsp GoogleService-Info.plist <path to xcarchive/dSYMs>
But ...
1
vote
1
answer
134
views
Does Crashlytics handle EXC_RESOURCE when it makes the app crash (e.g. CPU_FATAL)
We received some crash reports from our users like this one:
Event: cpu usafe
Action taken: Process killed
CPU: 9 seconds cpu time over 13 seconds (69% cpu average), ...
4
votes
1
answer
2k
views
Crashlytics "Device states 100% In Background"
Could someone clarify on a crash report, where it states "In background" does this mean that the crash occurred in the background thread or when the app was in the background?
Trying to get to the ...
0
votes
1
answer
629
views
How long a distributed build valid when share via hockey(App Center) or Fabric?
I mostly use either TestFairy or Diawi account to share my iOS builds to the clients. Diawi's shared build goes expire after a week, but Testfairy's builds stay valid so long. And I just start ...
0
votes
2
answers
958
views
How to avoid crash "OpenGL rendering while app in background state"
I got many crash reports recently on fabric. It says Based on the stack trace displayed here, it looks like new calls triggering OpenGL rendering took place while the app was transitioning to, or from,...
1
vote
1
answer
307
views
How to explain the huge difference between Fabric crashes and Xcode crashes?
We have an app live with thousands of daily users. We released a new version in phases, where the current 2% phase is paused.
We use fabric/crashlytics for logging the crashes. The Environment class ...
4
votes
3
answers
3k
views
Crashlytics pod is still using UIWebView generating the ITMS-90809: Deprecated API Usage
I recently uploaded an app to TestFlight and I got the following warning from Apple:
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs. See ...
1
vote
1
answer
52
views
Fabric notified me "STABILITY ALERT" for my iOS app while app is working fine without any crash
I got email from fabric that my iOS app has issue and dropping crash free users but when I am testing, app is working fine without any error or crash even I checked twice XCode logs too.
Here the ...
0
votes
2
answers
908
views
It looks like we are missing dSYMs to process crashes for the versions
I have enabled the project settings of the project and target and set Debug Information Format for both Debug and Release to DWARF with dSYM File.
I have enabled the Bitcode to NO.
But I am getting ...
0
votes
2
answers
68
views
Add previously deleted app without changing bundle-id
Is there a way to add a previously deleted ios app in fabric without changing its bundle id. The same app was already added and later deleted.
2
votes
2
answers
1k
views
PhaseScriptExecution failed with a nonzero exit code + Fabric
When I try to build my app it fails with above error.
what would I have to do ?
I appreciate any help :)
the scripts is
"${PODS_ROOT}/Fabric/upload-symbols" -gsp "${PROJECT_DIR}/GoogleService-Info....
1
vote
2
answers
60
views
iPhone disconnected USB connection overnight and there are no system logs
I needed to run a long test to see what's making my app crash. So I set the Mac to not sleep and I ran the app on the iPhone connected via USB overnight. In the morning, I found that the iPhone had ...
1
vote
1
answer
158
views
linker command failed with exit code 1 (use -v to see invocation) while adding Fabric in Application
I want to add Fabric in my application. Everything is working fine if i am not configuring fabric in didFinishLaunchingWithOptions method, but when I put code to configure Fabric, I'm getting error.
[...