Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No logs in Crashlytics from TestFlight Beta builds and AppStore

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?

like image 432
Krodak Avatar asked Jan 25 '16 07:01

Krodak


1 Answers

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

like image 66
Udaya Sri Avatar answered Oct 29 '22 17:10

Udaya Sri