Quickly: Crashlytics helps manage crashes and issues with builds in a pretty UI, and while some of this functionality exists in GA, this is considered the main crash reporting tool for Firebase.
Let’s jump in.
Things To Gather
- CocoaPods
- A good text editor. I use Sublime Text, but you can use Brackets, XCode, or even TextEdit if you like.
- A terminal/emulator. I use the native Terminal.app
- The Firebase branch of the sample app from our last post (or your own app) plus your own
GoogleService-Info.plist
file
Adding Crashlytics
This one is going to be super quick. Let’s open the podfile again.