google-fabric

“[Crashlytics:Crash] Reporting is disabled”

最后都变了- 提交于 2019-12-01 05:32:49
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:Crash] Reporting is disabled [Crashlytics] Crash reporting could not be initialized [Answers] Initialized [Fabric] Initialized with kit versions: { "com.twitter.answers.ios" = "1.3.4"; "com.twitter.crashlytics.ios" = "3.8.4"; "io.fabric.sdk.ios" = "1.6.11"; } Every subsequent call to log an event gets the following error: [Crashlytics:Crash] WARNING: CLSLog has been used before (or concurrently with)

Fabric API key not valid

懵懂的女人 提交于 2019-12-01 05:22:23
问题 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 error: line 2: 1:myfirebaseid:ios:myfirebaseid=1:my:app:id: command not found Fabric.framework/run 1.7.0 (208) error: Fabric: Configuration Issue Fabric API key not valid. Your Fabric run script build phase should contain your API key: ./Fabric.framework/run INSERT_YOUR_API_KEY INSERT_YOUR_BUILD

Cannot find Twitter kit in fabric - in iOS

心已入冬 提交于 2019-11-29 16:57:22
I can see Crashlytics, Answers, Stripe etc. but cannot find Twitter in Fabric. Mike from Fabric here. EDIT April 2019: As Sunil mentioned below, Twitter Kit is no longer available and has been deprecated by Twitter: https://blog.twitter.com/developer/en_us/topics/tools/2018/discontinuing-support-for-twitter-kit-sdk.html 来源: https://stackoverflow.com/questions/44580899/cannot-find-twitter-kit-in-fabric-in-ios

Migrate Fabric's Crashlystic data to Firebase

ⅰ亾dé卋堺 提交于 2019-11-29 11:53:12
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 report to firebase's Crashlytics anymore. But when I create Firebase's Crashlytics from the beginning (without Fabric migrate) They recommend me to remove existing Fabric key to make it work. Is it ok? Mike from Fabric here. Yes, now is a good time to start linking and migrating to Firebase. 来源: https://stackoverflow.com/questions/49725108/migrate-fabrics-crashlystic-data-to-firebase

Fabric won't let me link my Firebase app

霸气de小男生 提交于 2019-11-29 03:52:52
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 console -> Project settings -> Integrations -> Fabric, I don't see it linked there. I do see some other apps linked, but not the one that I'm trying to link right now. Any idea why this could be happening? If I had an old Firebase <-> Fabric link, I should at least see it here and be able to remove it, but there's nothing there. So why does Fabric think that my app is already linked, when it's clearly

Cannot find Twitter kit in fabric - in iOS

廉价感情. 提交于 2019-11-28 10:51:33
问题 I can see Crashlytics, Answers, Stripe etc. but cannot find Twitter in Fabric. 回答1: Mike from Fabric here. EDIT April 2019: As Sunil mentioned below, Twitter Kit is no longer available and has been deprecated by Twitter: https://blog.twitter.com/developer/en_us/topics/tools/2018/discontinuing-support-for-twitter-kit-sdk.html 来源: https://stackoverflow.com/questions/44580899/cannot-find-twitter-kit-in-fabric-in-ios

Xcode 10b5 - duplicate symbol linker error, can't compile with Crashlytics

时光怂恿深爱的人放手 提交于 2019-11-27 16:53:21
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/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/appname.app/appname normal arm64 (in target: appname) cd /Users/Username/iPhone-dev/appname export IPHONEOS_DEPLOYMENT_TARGET=9.0 /Users/Username/Downloads/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -isysroot /Users/Username/Downloads/Xcode-beta.app

Failed to retrieve settings from https://settings.crashlytics.com/spi/v2/platforms/android/apps/

主宰稳场 提交于 2019-11-27 12:47:37
问题 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 past) all of these apps are added in Firebase All linking between the two seems ok (from Fabric side as well as from Firebase side, it says that it is all linked up) I removed the Fabric API key from the manifest file and added the appropriate plugins

Fabric's Crashlytics with Firebase can't be disabled for DEBUG builds

南楼画角 提交于 2019-11-27 11:34:06
问题 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) .build(); Fabric.with(this, new Crashlytics.Builder().core(crashlyticsCore).build()); Nonetheless, the crashes are submitted in DEBUG == true mode. I use the following versions in my build.gradle classpath "io.fabric.tools:gradle:1.25.1" in my app/build.gradle

Xcode 10b5 - duplicate symbol linker error, can't compile with Crashlytics

久未见 提交于 2019-11-26 18:47:08
问题 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/Developer/Xcode/DerivedData/appname-lastnamepjksdzfewpftlvqzuglaxplu/Build/Products/Debug-iphoneos/appname.app/appname normal arm64 (in target: appname) cd /Users/Username/iPhone-dev/appname export IPHONEOS_DEPLOYMENT_TARGET=9.0 /Users/Username/Downloads/Xcode-beta.app/Contents/Developer