All Questions
Tagged with google-fabric swift
57
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 ...
2
votes
2
answers
477
views
What is best way of migrating the Fabric to crashlytics now (After may 2020, all data and dashboards are disappeared)
I have used Fabric before 2 years.Now I need to migrate to firebase. Here what is the good way to proceed? Shall I remove all fabric related integrations and add firebase as new integration.
Or
Shall ...
2
votes
1
answer
4k
views
Firebase Crashlytics 'Error loading your issues' and upload-symbols script error - iOS App using XCode
I recently noticed all of my crash reports in Firebase Crashlytics were not being deobfuscated, they were all returning compiler errors and memory locations (eg <compiler-generated> - Line ...
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
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 ...
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-...
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 ...
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 ...
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
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.
[...
1
vote
0
answers
43
views
RealmSwift configuration url changing makes Fabric and Firebase integration to fail
I've changed my realm files location cause LSSupportsOpeningDocumentsInPlace and UIFileSharingEnabled are enabled for my app and I don't want that user has the ability to delete realm files.
var ...
1
vote
1
answer
284
views
Need suggestion to decrease the app size when migrating from Fabric to Firebase for Crashlytics Only
Problem:
We planned to migrate our Crashlytics integration from Fabric to Firebase,
I followed the steps and after successful integration, our ipa size shows a decent increase of about ~13MB.
...