All Questions

Filter by
Sorted by
Tagged with
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 ...
user avatar
  • 1,325
9 votes
5 answers
9k views

Fabric : /ios/Pods/Fabric/run”: No such file or directory

using pod to install fabric but getting /ios/Pods/Fabric/run”: No such file or directory, i added run script in “${PODS_ROOT}/Fabric/run” <API KEY> <S KEY>” show environment variable ...
user avatar
  • 224
7 votes
2 answers
6k views

Crashlytics record error

I am recording an error using Crashlytics for iOS. NSDictionary *detail = @{@"message":errorWithURL, @"response":jsonString}; [[Crashlytics sharedInstance] recordError:[NSError errorWithDomain:@"send ...
user avatar
4 votes
0 answers
493 views

Crashlytics not showing some crashes

I've added crashlytics in my app and I've uploaded a build in our private download site which is available for test users. The version which I had uploaded my build used crashlytics version 3.9.0. In ...
user avatar
  • 2,979
3 votes
1 answer
1k views

iOS - [Fabric firebaseMode]: unrecognized selector sent to instance

I tried to integrate Crashlytics 3.9.0 as per manual instruction provided here Manual Steps. I see integration is succesfull and able to force crash the app but, when the app is launched next time I ...
user avatar
  • 2,978
3 votes
0 answers
480 views

Fabric.io Answers doesn't send events on iOS 10+

I use Fabric.io Answers for gathering metrics with custom events. All works fine on iOS 8 and 9 but on iOS 10 and iOS 11 events just doesn't send at app startup with next debug log: ...
user avatar
1 vote
0 answers
162 views

Crashes from network extension not being reported

I have a host app and network extension. Crashes from the host app are being reported correctly, but nothing from the extension. I'm calling [Fabric with:@[[Crashlytics class]]]; from ...
user avatar
1 vote
1 answer
130 views

What happens under the hood when Fabric initializes it's modules (Crashlytics / Twitter)?

I want to integrate Crashlytics (3.9.3) into an internal library but I am faced with the following situation: One of our internal libraries we are using is already using TwitterKit(2.2.0) with Fabric (...
user avatar
0 votes
2 answers
958 views

How to avoid crash "OpenGL rendering while app in background state"

I got many crash reports recently on fabric. It says Based on the stack trace displayed here, it looks like new calls triggering OpenGL rendering took place while the app was transitioning to, or from,...
user avatar
  • 471
0 votes
1 answer
102 views

Fabric have a BUG on iOS

I use the method to upload my custom backtrace [[Crashlytics sharedInstance] recordCustomExceptionName:@"test" reason:@"error" frameArray:myArray]; in "myArray" have two address 0x10005f35b and ...
user avatar
  • 21
0 votes
1 answer
583 views

Fabric Multiple Targets Error: Crashlytics "fatal error: 'Crashlytics/Crashlytics.h' file not found"

I am using Fabric and I had no issues before, until I added a new Target, which is required for a "Today Extension". "Multiple Targets" of type "Today Extension" I have added a "Run" script build ...
user avatar
  • 2,981
0 votes
2 answers
742 views

What is needed for crashes to show up after Fabric Firebase migration?

There's an application, we performed the migration about a week ago. I receive Daily Summary and the Oct 11th indicates some crashes (more specifically ). When I try to view any crashes either through ...
user avatar
  • 9,022
0 votes
2 answers
390 views

Fabric is crashing after latest update (1.9.0) on [Fabric isCrashlyticsCollectionEnabled]

After running a pod update my app now crashes on launch when it hits: [Fabric with:@[CrashlyticsKit]]; The error returned is: 2019-01-11 14:07:15.935040+0000 Leave[26155:181825] *** Terminating app ...
user avatar
0 votes
2 answers
126 views

Fabric crashlytics not display crash in some devices

In my iOS app one crash are generate at run time and display in fabric crashlytics. This kind of issue raise in fabric console. Devices 1 is display crash in Crashlytics. Devices 2 is not display ...
user avatar
0 votes
0 answers
84 views

Fabric not sending data to my dashboard

I set you on situation: I had a project 1.8.10 Objective C App that was without Fabric Crashlytics. So, when I got control of the project they told me that Fabric was already installed. I checked and ...
user avatar
0 votes
2 answers
271 views

Getting error: ld: framework not found Fabric for architecture armv7 in App

I have build a iOS framework eg: abc.framework. Now in abc.framework I have added FirebaseDatabase and FirebaseMessaging. The abc.framework compiles and builds properly. However when I add the abc....
user avatar
0 votes
1 answer
311 views

ld: framework not found Fabric for architecture x86_64

I want to remove fabric sdk & implementation which i have used in my project but i getting ld: framework not found Fabric for architecture x86_64issue. I really does not understand why i am ...
user avatar
0 votes
1 answer
58 views

Crashlytics SFSafariViewController setIsInitLanguageConfigSet crash

I have a weird crash reported by Crashlytics: [SFSafariViewController setIsInitLanguageConfigSet:]: unrecognized selector sent to instance 0x100d75fb0 The crash happens in a class that doesn't ...
user avatar
  • 477
0 votes
1 answer
59 views

How to solve Google Fabrics crash - Fatal Exception: DeviceNotSupported?

I keep getting crashes on Fabric for my iOS App. Fatal Exception: DeviceNotSupportedException: Device Not Supported At the signature of the function, +(NSString*) IPHONE_OS_VERSION // Fabric ...
user avatar