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.

Google Fabric is a platform that helps mobile app developers. Fabric was previously owned by Twitter and tags that referenced [twitter-fabric] should now use this tag instead.

If you have questions on Fabric including Crashlytics, Beta, Answers, or Digits, please post using this tag. If you have questions on other SDKs offered via Fabric, such as Branch or Stripe, please use a different tag.

Useful Links

Fabric's documentation: https://docs.fabric.io/

Fabric installation page: https://fabric.io/kits

853 questions
218
votes
13 answers

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 is set to 7.0, but the range of supported deployment target version for this platform is 8.0 to 12.1. My simulator os in 12.1 Xcode 10.1 And i updated…
iOS
  • 11,881
  • 4
  • 71
  • 92
199
votes
27 answers

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 end of 2019. For more information, see…
108
votes
1 answer

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…
xaphod
  • 5,475
  • 1
  • 30
  • 40
53
votes
4 answers

Google Fabric: UiAutomation not connected

After deployment of an app to Google Play Beta I see next issue in Crashlytics (6 - 7 users are affected) Fatal Exception: java.lang.IllegalStateException: UiAutomation not connected! at…
Vitalii
  • 7,565
  • 13
  • 53
  • 114
49
votes
13 answers

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 these apps are registered in Fabric (from the…
Kenneth Browning
  • 1,278
  • 1
  • 11
  • 19
43
votes
7 answers

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() .disabled(BuildConfig.DEBUG) …
peshkira
  • 5,612
  • 1
  • 25
  • 44
41
votes
4 answers

Why fabric "The Fabric iOS and Android mobile apps will be sunset on November 30, 2018. After this date, you will not be able to log into the apps"?

Why fabric "The Fabric iOS and Android mobile apps will be sunset on November 30, 2018. After this date, you will not be able to log into the apps" is it closing?
Aman
  • 1,323
  • 2
  • 12
  • 19
30
votes
5 answers

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 this error in log: E/FirebaseCrashlytics: Failed…
Santhosh
  • 1,767
  • 1
  • 14
  • 22
29
votes
13 answers

Fabric Debug Craslytic Reports : Signup, build Id missing, apply plugin : io.fabric

We have programming an Android app and try to implement Crashlytics to our app. We have different types of problem . Version we used : Android studio version : 3.3 Gradle version : classpath 'com.android.tools.build:gradle:3.3.1' Plugin : Fabric…
elid
  • 395
  • 1
  • 4
  • 11
29
votes
13 answers

Fabric Plugin: Archive Packaging Error: -6 Error re-signing the application for distribution

When I try to upload a new build using the Fabric Plugin I get the following error: Archive Packaging Error: -6 Error re-signing the application for distribution. /usr/bin/codesign --sign 937558639C8878BB6E161112505FA2965804A6AE --all-architectures…
Funktional
  • 4,043
  • 1
  • 27
  • 26
26
votes
6 answers

'FABException', reason: '[Fabric] Value of Info.plist key "Fabric" must be a NSDictionary.' when using Firebase and Crashlytics

I have a rather peculiar scenario when working with Firebase in our app. Without adding Crashlytics and Fabric to the project, when I run unit tests for the project the following code is hit: @try { [FIRApp configure]; } @catch (NSException…
user481610
  • 3,141
  • 3
  • 48
  • 92
25
votes
6 answers

Error:Could not find fabric.aar (io.fabric.sdk.android:fabric:1.3.17)

it worked before I don't change anything but today I got this error, here my gradle buildscript { repositories { mavenCentral() maven { url 'https://maven.fabric.io/public' } jcenter() } dependencies { classpath…
hugerde
  • 789
  • 1
  • 8
  • 23
24
votes
5 answers

Exiting because upload-symbols was run in validation mode

Im trying to add Fabric to my xcode project. I've done so succesfully in the past but now facing issues with a react-native project. Having looked around, i've tried pretty much all combinations suggested out there. My setup looks like so: I've…
Return-1
  • 1,953
  • 1
  • 12
  • 44
24
votes
3 answers

Crashlytics vs Fabric vs Firebase Crash Reporting — I'm lost

Could someone clarify on these terms? I'm completely lost! What do Google calls “Crashlytics”, who is Fabric and why it's still not Firebase? Should I setup crash reporting somewhere in Firebase Console or should I register at Fabric and somehow…
Pavel Alexeev
  • 5,538
  • 2
  • 38
  • 48
22
votes
10 answers

Google Fabric in Xcode 10 beta

I installed Xcode 10 Beta 6 and I am updating everything and in this process I have run into a small issue with Fabric. Fabric's website has special instructions for Xcode 10 that says: When I am in Xcode 10 I go to Build Phases an on the Run…
RubberDucky4444
  • 2,210
  • 5
  • 31
  • 64
1
2 3
56 57