Questions tagged [google-fabric]
Google's Fabric is a platform that helps your mobile team build better apps, understand your users, and grow your business. This tag can be used for anything covering Crashlytics, Answers, Beta by Crashlytics, Digits, or the Fabric mobile apps.
89
questions
305
votes
23
answers
302k
views
The iOS Simulator deployment targets is set to 7.0, but the range of supported deployment target version for this platform is 8.0 to 12.1
I'm getting this below warning message in my Xcode 10.1.
The iOS Simulator deployment targets are set to 7.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1.
...
201
votes
27
answers
145k
views
WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'
Suddenly when Syncing Gradle, I get this error:
WARNING: API 'variant.getJavaCompile()' is obsolete and has been
replaced with 'variant.getJavaCompileProvider()'.
It will be removed at the ...
108
votes
1
answer
6k
views
Xcode 10b5 - duplicate symbol linker error, can't compile with Crashlytics
I'm trying to compile my project, which has both Firebase, Crashlytics/Fabric, and a bunch of other stuff, with Xcode 10 beta 5.
It fails during linking with these errors:
Ld /Users/Username/Library/...
50
votes
13
answers
28k
views
Failed to retrieve settings from https://settings.crashlytics.com/spi/v2/platforms/android/apps/
I am trying out the new Firebase/Crashlytics setup and seem to run into a weird issue.
I have one Android code base with multiple product flavors and each flavor is a separate individual app.
all of ...
5
votes
3
answers
6k
views
Permission denied with Firebase distribution android app using service account credentials mode
I'm trying to migrate from Fabric to Firebase since Fabric will not be available beyond March 31, 2020.
I already have done the first steps: adding plugins and dependencies to gradle, adding ...
43
votes
7
answers
23k
views
Fabric's Crashlytics with Firebase can't be disabled for DEBUG builds
I have an app that utilises Fabric's Crashlytics via Firebase.
The following is the first thing executed in my Applications onCreate
CrashlyticsCore crashlyticsCore = new CrashlyticsCore.Builder()
...
11
votes
3
answers
9k
views
Fabric won't let me link my Firebase app
I have an app on my Firebase project that I'm trying to link to Fabric.
When I go to Fabric -> Firebase -> Set up integration and select the app, it says "Already linked".
But if I go to Firebase ...
3
votes
1
answer
1k
views
Migrate Fabric's Crashlystic data to Firebase
As the title, I need to migrate all existing data from Fabric's Crashlytics to Firebase.
The problem here is after migrating, If I remove fabric key in AndroidManifest, My app can't push the crash ...
1
vote
1
answer
1k
views
Cannot find Twitter kit in fabric - in iOS
I can see Crashlytics, Answers, Stripe etc. but cannot find Twitter in Fabric.
9
votes
5
answers
16k
views
iOS Firebase Crashlytics not showing up crashes in Dashboard
I implemented Firebase Crashlytics in my iOS app. I followed all the steps in firebase documentation. I already ran crashlytics without the debugger by closing the app first and then re run the app so ...
9
votes
2
answers
3k
views
Whitelisting Fabric & Crashlytics IP
Question - would like to allow access to Fabric & Crashlytics from our server which means that we need to allow it through our firewall for access.
Can anyone share the domains or IPs that we ...
3
votes
1
answer
1k
views
Crashlytics(Android) clear log before next crash
I have a situation where I want to add some logs to Crashlystic for Android, but not always send it. Then before coming back to the same function I want to clear the log. For this I can't seem to find ...
42
votes
7
answers
21k
views
E/FirebaseCrashlytics: Failed to retrieve settings from https://firebase-settings.crashlytics.com/spi/v2/platforms/android/gmp/XXXX/settings
I tried new Firebase Crashlytics SDk after migrating from Fabric and seem to run into a weird issue.
Crash logs are not captured in dashboard after upgrading firebase-crashlytics to 17.0.0 and I get ...
6
votes
4
answers
3k
views
"[Crashlytics:Crash] Reporting is disabled"
I am getting the following error messages when our production iOS app initializes:
[Crashlytics] Version 3.8.4 (121)
[Crashlytics] Running on iOS Simulator (iPhone), 10.3.0 (16E195)
[Crashlytics:...
6
votes
2
answers
6k
views
Fabric API key not valid
I am trying to install Fabric to my iOS app. I downloaded the Fabric app to install Crashlytics but when I add the run script in build phase provided by the app, after I build the project I get the ...