crashlytics

Crashlytics: Archive Distribution Error: -3

孤街醉人 提交于 2019-12-22 05:51:50
问题 Since the latest builds I'm always getting the following error message when trying to upload the build to Crashlytics. Archive Distribution Error: -3 Could not upload the distribution. The operation couldn't be completed. (HTTP error 422.) I've tried the following: restart Xcode and Fabric plugin rm -rf ~/Library/Caches/com.crashlytics.mac different internet connections (WiFi, mobile) 回答1: Mike from Fabric here. We had a temporary issue where distributions could not be uploaded. That issue

TCC __TCCAccessRequest_block_invoke

喜欢而已 提交于 2019-12-22 05:14:14
问题 I'm getting this error frequently in Crashlytics. TCC __TCCAccessRequest_block_invoke_2.80 + 222 TCC __CRASHING_DUE_TO_PRIVACY_VIOLATION__ + 682 In my app i'm downloading images and stored that images in photo gallery directly, i'm not creating suppurate folder to store these images. For this in plist i added access permission. Privacy - Photo Library Additions Usage Description - Save downloaded photos in gallary Privacy - Camera Usage Description - This app not access your Camera Privacy -

TCC __TCCAccessRequest_block_invoke

故事扮演 提交于 2019-12-22 05:14:02
问题 I'm getting this error frequently in Crashlytics. TCC __TCCAccessRequest_block_invoke_2.80 + 222 TCC __CRASHING_DUE_TO_PRIVACY_VIOLATION__ + 682 In my app i'm downloading images and stored that images in photo gallery directly, i'm not creating suppurate folder to store these images. For this in plist i added access permission. Privacy - Photo Library Additions Usage Description - Save downloaded photos in gallary Privacy - Camera Usage Description - This app not access your Camera Privacy -

Firebase Crashlytics not working without Fabric API key

北战南征 提交于 2019-12-22 04:09:31
问题 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 recently). So in particular I removed the Fabric API key with <meta-data/> tag in manifest.xml . Then I tried to make a test crash but it didn't appear neither in Firebase not Fabric dashboard, however I got a success log in logcat: Crashlytics report upload complete: <ID> . When I sniffed the

Crashlytics with Android Studio build error

浪子不回头ぞ 提交于 2019-12-22 04:08:02
问题 I'm trying to use CrashLytics with Android Studio and gradle but i get a confusing error java.lang.NoSuchMethodError: My build.gradle is: buildscript { repositories { mavenCentral() maven { url 'http://download.crashlytics.com/maven' } } dependencies { classpath 'com.android.tools.build:gradle:0.5.+' classpath 'com.crashlytics.tools.gradle:crashlytics-gradle:1.+' } } apply plugin: 'android' apply plugin: 'crashlytics' repositories { mavenCentral() maven { url 'http://download.crashlytics.com

Crashlytics asks for dSYMs with UUIDs that don't match my app

↘锁芯ラ 提交于 2019-12-22 04:05:39
问题 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 since I had Enable Bitcode set to YES . The problem is that the 6 dSYM files that I uploaded do not match the UUID 's that Fabric requests. It asks for 2 separate UUIDs and neither match. My dSYMs downloaded from iTunesConnect : Note that version 1.0 was NOT uploaded with Enable Bitcode set to YES

Crashlytics asks for dSYMs with UUIDs that don't match my app

孤者浪人 提交于 2019-12-22 04:05:02
问题 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 since I had Enable Bitcode set to YES . The problem is that the 6 dSYM files that I uploaded do not match the UUID 's that Fabric requests. It asks for 2 separate UUIDs and neither match. My dSYMs downloaded from iTunesConnect : Note that version 1.0 was NOT uploaded with Enable Bitcode set to YES

Crashlytics / Fabric distribution of Watch-enabled iOS-App?

守給你的承諾、 提交于 2019-12-22 03:48:09
问题 I sure am missing something obvious here - but no matter where I looked I found nothing to aid me here so I'll give it a try: I'm developing an (obj-c) app in wich I have integrated the Fabric / Crashlytics framework and wich I distribute to my testers via the fabulous Fabric-Site. That worked flawless for many, many versions. Now I have added AppleWatch-compatibility to my app via integration of WatchKit. All works fine. But distribution via Fabric to my beta-testers just won't work any more

Lazy initialization of Fabric kits?

落花浮王杯 提交于 2019-12-22 02:30:33
问题 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 stuff), like below, because it is 10x faster, and I don't need the Twitter stuff right away Fabric.with(this, crashlytics); // 50ms Later on, when the user visits an activity where I need TwitterCore & TweetUi, I'd like to add them to Fabric on the fly before using them. Is this possible ? Edit: I

fatal error: 'Fabric/Fabric.h' file not found

社会主义新天地 提交于 2019-12-21 20:48:20
问题 I am working on xcode 6.3.1, OSX 10.10.3 and I have configure crashlytics successfully with my local system. it work fine and it release the build via fabric app. But when I transfer same codebase to teamcity it was showing me following error fatal error: 'Fabric/Fabric.h' file not found fatal error: 'Crashlytics/Crashlytics.h' file not found After investigation, I found that following unknown issue in my teamcity server. Teamcity got the source from git and when I see the source code in