No logs in Crashlytics from TestFlight Beta builds and AppStore
Asked Answered
R

1

10

I've been using Crashlytics for a long time now (starting when there was no Fabric yet), but recently I have a problem with new application that is distributed through Test Flight Beta and it's already in the AppStore.

I configured Crashlytics as usual using CocoaPods and Fabric OS X app. I distribute new versions using Test Flight Beta.

The problem is that I'm not receiving any crash reports. Moreover, in the Answers section I only see simulator devices...

I haven't change any default settings, neither have I set to build Fabric only in debug mode.

Any ideas where to search for the cause?

Rinehart answered 25/1, 2016 at 7:52 Comment(8)
Follow this link :#34739156Neolith
@Neolith this is unrelated as my issue is with Twitter's Fabric / CrashlyticsRinehart
You might want to contact their support.Alidus
Have you got the run script phase in your project settings... "${PODS_ROOT}/Fabric/run" ...Ceceliacecil
Yeah, as I said, I worked with Crashlytics for more than a year. Logs are working when I run the application in the simulator - I can only issue crash from Crashlytics SDK from Simulator. The issue is that I don't have any reports for this app when it's distributed by TF. I though it might be TF compatibility issue.Rinehart
@Rinehart Did you ever figure this out? Also note that I get crash reports even when I install on a phone via xcode, but not when I install via TestFlight. Is that the same for you?Phile
@Rinehart have you figure this out? It seems that I have the same problem ;(Pastoralize
Given that TestFlight is catching crashes and reporting them, I wonder if that keeps Crashlytics from working. Same problem here even after uploading dSYMs.Finochio
T
3

Most probably it can be due to that Crashlytics is missing dSYMs related to your latest version in the testflight. Download the dSYMs from Xcode build or through the itunesconnect (AppstoreConnect) account & upload it to Crashlytics.

enter image description here

I had the same problem and after uploading dSYMs I could see all the Crashlytics related to testflight version

Tantalum answered 21/6, 2018 at 7:15 Comment(2)
this works, but shouldn't dSYMs files get uploaded automatically? I even add a build script for it (as back up I guess) but still the files are missing on crashlytics, wonder what is going wrongVocoid
Even w/o dSYMs the crash logs should still show up but they will not be symbolicated.Windburn

© 2022 - 2024 — McMap. All rights reserved.