I have setup all these steps and bundel id on Firesbase Dashboard and tried crash many times but not getting any report.
- pod 'Firebase/Core' pod 'Fabric', '~> 1.7.2' pod 'Crashlytics', '~> 3.9.3'
- In Build phase added run Script : "${PODS_ROOT}/Fabric/run"
- Debug Inforation Format : DWARF with dSYM File
running in simulator with following steps
(IBAction)crashButtonTapped:(id)sender { [[Crashlytics sharedInstance] crash]; }
Click play_arrow Build and then run the current scheme in Xcode to build your app on a device or simulator.
- Click stop Stop running the scheme or action in Xcode to close the initial instance of your app. This initial instance includes a debugger that interferes with Crashlytics.
- Open your app again from the simulator or device. Touch Crash to crash the app.
Check run script only when installing