Crashlytics 3.14.0

Crashlytics 3.14.0

TestsTested
LangLanguage Obj-CObjective C
License Commercial
ReleasedLast Release Sep 2020

Maintained by Fabric.



  • By
  • Google

Crashlytics Header

Part of Google Fabric, Crashlytics offers the most powerful, yet lightest weight crash reporting solution for iOS. Crashlytics also provides real-time analytics through Answers and app distributions to testers using Beta.

Setup

  1. Visit https://fabric.io/sign_up to create your Fabric account and to download Fabric.app.

  2. Open Fabric.app, login and select the Crashlytics SDK.

    Fabric Plugin

  3. The Fabric app automatically detects when a project uses CocoaPods and gives you the option to install via the Podfile or Xcode.

    Fabric Installation Options

  4. Select the Podfile option and follow the installation instructions to update your Podfile. Note: the Crashlytics Pod includes Answers. If you have Answers included as a separate Pod it should be removed from your Podfile to avoid duplicate symbol errors.

    pod 'Fabric'
    pod 'Crashlytics'
    
  5. Run pod install

  6. Add a Run Script Build Phase and build your app.

    Fabric Run Script Build Phase

  7. Initialize the SDK by inserting code outlined in the Fabric.app.

  8. Run your app to finish the installation.

Resources