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
3
votes
1
answer
2k
views
Distributing Flutter with Fabric to beta testers
My company is trying out Flutter to create mobile applications and I'm currently in the process of trying to distribute both iOS and Android beta builds through Fabric.
The flutter plugin repo doesn'...
0
votes
2
answers
1k
views
undefined local variable or method for Pod:Module
I tried to add Fabric pod to my local pod project. By adding
s.dependency “Fabric“
s.dependency “Crashlytics“
But when I did pod install it gave me this error:
Invalid myapp.podspec file: ...
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 ...
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.
...
5
votes
3
answers
4k
views
Firebase Crashlytics : Settings request failed - After migrate from fabric
After I migrate to crashlytics from fabric, crash reports does not shown on Firebase console anymore.
I followed upgrade document for migration.
I tried force crash to test and i logged with adb ...
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 ...
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 ...
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 ...
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.
5
votes
2
answers
2k
views
Fabric/Firebase Crashlytics API
I'm aware that there isn't a Fabric/Crashlytics API that I can use to pull data. I'm wondering if when the move happens to Firebase/Crashlytics will there be some sort of official API that we can use ...
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 ...
0
votes
1
answer
478
views
How to print and show log using Fabric or Fire base Crashlytics in Android?
I am using fabric Crashlytics in my project, Crash message is working good. But the problem is that I am not able to print log on my fabric dashboard.
Code
Fabric.with(this, new Crashlytics());
...
1
vote
1
answer
275
views
Missing dSYM files for build in fabric. Gitlab uploads builds to Crashlytics
Simply we have built the app and uploaded to Crashlytics. In case when issue arise we try to check what went wrong but we can't because:
How can we upload missing dsym files? Where can we get it from?...
7
votes
3
answers
14k
views
Failed to resolve: com.crashlytics.sdk.android:crashlytics:2.6.7
I added the following the in my project's build.gradle file:
Buildscript {
repositories {
jcenter()
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath 'io....
9
votes
2
answers
5k
views
Specified path for unstripped native libs is not a directory - generateCrashlyticsSymbolFileRelease
How I can define androidNdkOut and androidNdkLibsOut paths with new Firebase Crashlytics SDK?
When I try to run:
./gradlew clean assembleRelease uploadCrashlyticsSymbolFileRelease
I get next error:
...