Reputation: 384
I've installed Crashlytics to my App and receive crash reports for when I crash using the simulator. However crashes that happen through releases on TestFlight do not appear.
I installed Crashlytics directly since I don't use CococaPods. I used the following guide https://fabric.io/kits/ios/crashlytics/manual-install.
I made sure that I've set DWARF with dSYM File
as the Debug Information Format.
Bit stuck as to where the problem is. Could it be related to the fact that TestFlight targets Release instead of Debug?
I use fastlane for releases.
Upvotes: 0
Views: 543
Reputation: 637
Is there a upload-dSYM phase in you Fastfile? If not - it can be reason.
Upvotes: 2