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.
856
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/...
53
votes
4
answers
13k
views
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 android....
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 ...
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()
...
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 ...
41
votes
4
answers
9k
views
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?
29
votes
13
answers
45k
views
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 '...
29
votes
13
answers
6k
views
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 ...
26
votes
4
answers
11k
views
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 ...
26
votes
6
answers
6k
views
'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 {
...
25
votes
3
answers
11k
views
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 ...
25
votes
6
answers
5k
views
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()
}
...
22
votes
10
answers
14k
views
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 ...
21
votes
1
answer
4k
views
Delete custom event in Answers Fabric
Im trying to delete an already reported custom event in answers, because I'm using string and not number. Which the initial event was reported with. Is there any way to delete an event?
21
votes
4
answers
10k
views
Fabric.io: new app does not show up in the dashboard
For some reason we needed to change the package-id of our existing android application. We already use Fabric for Crashlytics.
I'm trying to bring that new app up in the Fabric dashboard, but it's ...
20
votes
1
answer
6k
views
Crashlytics could not find the manifest
The Fabric SDK (for Android) intermittently fails builds with the following error:
ERROR - Crashlytics Developer Tools error.
com.crashlytics.tools.android.project.ManifestData$ManifestIOException: ...
20
votes
6
answers
10k
views
Xcode 10 Crashlytics Installation
I am having difficulty understanding this step on installing firebase Crashlytics in my app:
Xcode 10 only: Add your app's built Info.plist location to the Build Phase's Input Files field:
$(...
20
votes
3
answers
3k
views
Crashlytics' stacktraces show file name as Unknown Source while Dexguard is enabled
I've got a problem with my crash reports from Fabric Crashlytics when I enable Dexguard in my project.
I enabled Dexguard in my project and it works pretty well.
Then I followed the instructions in ...
19
votes
7
answers
22k
views
Why Crashlytics is asking for missing DSYM file every time?
I am using Crashlytics in my app everything working fine. even Crashlytics is also working good.
But the problem is that whenever I am creating a new build for our app
its again showing missing ...
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-...
19
votes
5
answers
15k
views
no data in firebase crashlytics reports after 1 day
My iOS app is running firebase reports since several weeks.
I added crashlytics 2 days ago by following the official steps:
https://firebase.google.com/docs/crashlytics/get-started?authuser=0
in fact, ...
19
votes
1
answer
3k
views
How to search a crash in Firebase Crashlytics?
I've migrated the application from "Fabric Crashlytics" to "Firebase Crashlytics" and successfully tested if the new crashes arrive.
But unfortunately, I don't see an option to search for an issue.
I ...
16
votes
9
answers
17k
views
Fabric failed to download settings Error Domain=FABNetworkError Code=-5
I am trying to install Fabric into my iOS app but when I am on the last stage of verifying that everything works, I get this error inside xcode console:
[Fabric] failed to download settings Error ...
16
votes
6
answers
10k
views
react-native-firebase crashlytics not showing up on firebase dashboard
I am using firebase crashlytics. I am causing a crash by doing
firebase.crashlytics().crash()
and I am not seeing the crash report on the firebase dashboard. The crash is working because on android ...
16
votes
3
answers
5k
views
Switch from Fabric to Firebase Crashlytics problem: The Crashlytics build ID is missing
After switch from Fabric to Firebase Crashlytics SDK I have a problem. Problem is as in the title: The Crashlytics build ID is missing. This occurs when Crashlytics tooling is absent from your app's ...
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 ...
16
votes
0
answers
3k
views
Crashlytics asks for dSYMs with UUIDs that don't match my app
I uploaded a new version 1.1 of my app to iTunesConnect and caused a couple of test crashes with Crashlytics. I added, via the Upload Symbols Script, the dSYMs that I downloaded from iTunesConnect ...
15
votes
2
answers
970
views
How to split/ungroup Crashlytics non-fatal exceptions report using custom attribute?
I send to Crashlytics errors I get during sync with server. These errors mostly contain info about different data conflicts. All errors are wrapped into one exception class which has fields like ...
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 ...
14
votes
3
answers
8k
views
Problems adding Firebase Crashlytics to Android project - Crashlytics found an invalid API key: null
I am trying to add Firebase crashlytics to our project but just can not get it to work.
I have followed the instructions adding the necessary lines to our gradle file but no success so far.
The ...
14
votes
4
answers
5k
views
Crashlytics not giving proper crash reports
I am noticing it from my last few build, crashlytics is not sending the proper crash reports...
In crash reports i can not debug on which class the crash occured..
Although I have tried uploading ...
14
votes
0
answers
998
views
Crashlytics iOS Build installs very slow
We have been using Crashlytics (Fabric) for iOS Builds distribution for so many months. But recently We are experiencing wired behavior with one app.
While we are trying to download the app, ...
13
votes
3
answers
12k
views
Invalid Crashlytics API Key error when upgrading to Android Gradle Plugin 3.3.0
After upgrading from Android Gradle Plugin 3.2.0 to 3.3.0-alpha13, I'm seeing the following build error:
> Task :app:fabricGenerateResourcesDebug FAILED
ERROR - Crashlytics Developer Tools error.
...
13
votes
1
answer
4k
views
How can I change the time zone in Fabric? [duplicate]
Can I change the time zone in Fabric? Fabric got the UTC, but we located in other time zone. So when we checked the data in Fabric, we would be confused by the time.
UTC time zone
13
votes
2
answers
682
views
Lazy initialization of Fabric kits?
Is it possible to lazily initialize Fabric Kits? for example, right now I do:
Fabric.with(this, crashlytics, twitterCore, tweetUi); // 500ms
I would like to initialize only Crashlytics (no twitter ...
12
votes
6
answers
17k
views
Firebase Crashlytics not reporting crashes when manually enabled
Crashlytics works just fine without opt-in reporting. But it stops reporting anything as soon as I set up opt-in reporting according to the tutorial.
Specifically, I added the following content to ...
12
votes
2
answers
4k
views
Unlink an existing firebase app?
I want to "Link to new or existing Firebase project & app"
but the crashlytics dashboard told me my project is already linked,
how to unlink my existing project ?
12
votes
2
answers
3k
views
Suddenly getting many Fabric Out of Memory sessions: Can Fabric OOM Reports ever be false alarms?
I recently added background fetch in my application and it is working well. I recently noticed in Fabric that the amount of OOM free sessions have gradually gone from 100% to a daily average steady in ...
12
votes
1
answer
480
views
Why can't I send data to fabric from Iran?
It's been about a week or so that our clients can't send data to fabric in Iran, I wanted to know if this ban was made by the fabric and why now?
12
votes
1
answer
891
views
Crashlytics doesn't display native crashes
Before this gets marked as a duplicate, I have tried everything from all the possible questions.
Java crashes are reported properly, however crashes from the native libs don't have the debug symbols.
...
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 ...
11
votes
4
answers
8k
views
Download Android APK file from Fabric Beta
Is it possible to download the Android APK file from Fabric Beta? We have multiple releases uploaded.
11
votes
3
answers
11k
views
Firebase Crashlytics not working without Fabric API key
I got an android app where Fabric Crashytics is installed. I've followed the official guide to setup Firebase Crashlytics and linked the Fabric and Firebase accounts (AFAIK Firebase acquired Fabric ...
11
votes
2
answers
4k
views
Fatal Exception: java.lang.IllegalStateException - Unable to create layer for LinearLayout(Crashing in only Galaxy j4+, j6+)
Fatal Exception: java.lang.IllegalStateException Unable to create
layer for LinearLayout, size 768x5440 max size 8192 color type 4 has
context 1
android.os.MessageQueue.nativePollOnce (...
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:
${...
11
votes
4
answers
2k
views
NullPointerException due Attempt to invoke virtual method 'android.os.IBinder android.view.SurfaceControl.getHandle()' on a null object reference
Recently I did migration of my application to targetSdkVersion = 28.
After publishing the updated app to Google Play I started to get very strange crash reports in Fabric.io:
Crash report
Fatal ...
11
votes
0
answers
484
views
Crashlytics.app add new app stuck on "Add Run Script" step
Found Crashlytics.app issue. App not handling Xcode Build Success notification.
To resolve this issue set "Build Settings -> Debug information format -> DWARF with dSYM File" for Debug mode.
10
votes
2
answers
1k
views
Unity Fabric/Crashytics integration failure
I'm having trouble integrating the Fabric package into my unity project.
After I've imported the latest package version 1.2.8. I can sign in to Fabric, select my organisation and select Crashlytics ...