crashlytics

Unable to build Android app FabricGenerateResourcesDebug

人盡茶涼 提交于 2019-11-28 02:51:31
问题 I'm trying to integrate twitter's sdk with my app. I'm following this guide. Unfortunately, when I try to build my project, I keep receiving this error: Error:Execution failed for task ':app:fabricGenerateResourcesDebug'. Crashlytics Developer Tools error. Unfortunately because I don't have 10 reputation, I can't post my build.gradle file because it has links in it. Just trust the fact that it looks just like the build.gradle example in the top link provided. Is there something that I'm

Crashlytics found an invalid API key - AndroidStudio build

元气小坏坏 提交于 2019-11-27 22:40:01
I saw all other questions, but none of accepted answers is working for me. By following integration steps found here https://dev.twitter.com/twitter-kit/android/integrate I have created crashlytics.properties file in module root. File is filled with apiKey and apiSecret values found in my newly created twitter application. Error occurr on project build. I am using AndroidStudio 1.0 This is my error: ERROR - Crashlytics Developer Tools error. java.lang.IllegalArgumentException: Crashlytics found an invalid API key: REAL_APIKEY_VALUE. Check the Crashlytics plugin to make sure that the

Crashlytics iOS - log caught exception

最后都变了- 提交于 2019-11-27 18:57:28
I found a way to log custom caught exceptions in the Crashlytics Android SDK, but I can't find anything like that for the iOS SDK. Is there a way to log a caught exception with Crashlytics on iOS? See Android explanation: http://support.crashlytics.com/knowledgebase/articles/202805-logging-caught-exceptions Mike Bonnell Mike from Crashlytics and Fabric here. You can now capture logged NSErrors in your iOS, tvOS, or OS X app. You want to use: [CrashlyticsKit recordError:error]; or Crashlytics.sharedInstance().recordError(error) This will let you capture a fair number of logged NSErrors per user

How can I fix this CrashlyticsMissingDependencyException?

走远了吗. 提交于 2019-11-27 18:26:16
I have been using the latest Crashlytics (Fabric integration) for a while. But recently I encountered the following crash error due to missing dependency although I didn't change anything about Crashlytics configurations. any idea? 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . | | 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . | | 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . | | 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . \ | | / 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . \ / 02-08 22:18:00.935 18887-18887/? E/Fabric﹕ . \ / 02-08 22:18:00.935 18887

Disable “Answers” but not “Crashlytics”

隐身守侯 提交于 2019-11-27 17:53:02
问题 When installing "Crashlytics" in my Android App, it automatically installs "Answers". I only want to install "Crashlytics" and want to have "Answers" disabled. Does anyone know how to do that? build.gradle dependencies { compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true; } Thanks! 回答1: Mike from Fabric and Crashlytics here. As you saw, Crashlytics by default includes Answers. If you don't want Answers enabled on your app, then you want to invoke CrashlyticsCore(

ios:EXC_BAD_ACCESS for Webview delegate

蹲街弑〆低调 提交于 2019-11-27 16:57:27
问题 I have a situation where I am trying to resolve these Crashlytics issues and I have this crash log Thread : Crashed: com.apple.main-thread 0 libobjc.A.dylib 0x34217f46 objc_msgSend + 5 1 UIKit 0x29a2d5a3 -[UIWebView webView:decidePolicyForNavigationAction:request:frame:decisionListener:] + 182 2 CoreFoundation 0x2630cad4 __invoking___ + 68 3 CoreFoundation 0x26239645 -[NSInvocation invoke] + 300 4 CoreFoundation 0x2623d0c7 -[NSInvocation invokeWithTarget:] + 50 5 WebKitLegacy 0x326d9261 -[

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

Fabric maven repo causes slow gradle builds

a 夏天 提交于 2019-11-27 16:14:34
问题 After upgrading from using the Crashlytics maven repo to the new Fabric maven repo and gradle plugin, my gradle builds have become incredibly slow. The problem seems to be caused by the Fabric maven repo returning a 401 unauthorized error whenever gradle tries to resolve a dependency: Failed to get resource: GET. [HTTP HTTP/1.1 401 Unauthorized: https://maven.fabric.io/repo/com/android/support/recyclerview-v7/maven-metadata.xml] Failed to get resource: GET. [HTTP HTTP/1.1 401 Unauthorized:

Fabric Crashlytics multiple environments for iOS app

我怕爱的太早我们不能终老 提交于 2019-11-27 16:09:20
问题 There is a Apps with Multiple Environments section in Fabric Crashlytics Advanced Setup that suggests to use a separate organization for each version. I have created 3 separate organizations per each Build configuration: MyApp MyApp (Debug) MyApp (AdHoc) I've got a conditional in my Run Script Build Phase that runs the Fabric framework script with different API Key s and Build Secret s and I can confirm that the conditional is being hit right, but I still do not get the API Keys updated in my

Could not find method create() for arguments - Crashlytics issue

孤街浪徒 提交于 2019-11-27 15:27:10
问题 Could not find method create() for arguments [crashlyticsStoreDeobsDebug, class com.crashlytics.tools.gradle.tasks.StoreMappingFileTask, com.android.build.gradle.internal.scope.BuildArtifactsHolder$FinalBuildableArtifact@2ac9ac29] on task set of type org.gradle.api.internal.tasks.DefaultTaskContainer. Project was in working state but since today build is failing with above error. Android Studio 3.2 Preview. 回答1: Update: Check Mike's answer first! Old answer: It looks like Fabric released a