You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
gme_2 27c0ac1a33 crashlytics installed 6 years ago
..
Fabric.framework git init 6 years ago
iOS/Fabric.framework crashlytics installed 6 years ago
README.md git init 6 years ago
run git init 6 years ago
upload-symbols crashlytics installed 6 years ago
uploadDSYM crashlytics installed 6 years ago

README.md

Fabric Header

Fabric

Overview

Fabric provides developers with the tools they need to build the best apps. Developed and maintained by Google and the team that built Crashlytics, Fabric provides an easy way to manage all your SDKs so that you’ll never have to worry about tedious configurations or juggling different accounts. We let you get right into coding and building the next big app.

For a full list of SDK provided through Fabric visit https://fabric.io/kits.

Setup

The Fabric Pod is a dependency for all Fabric SDKs and is included when installing any Fabric related Pods. General setup instructions are shown below; however, these vary depending on the selected SDK.

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

  2. Open Fabric.app, login and select an SDK to install.

    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 example below is for the Crashlytics SDK. The instructions will vary based on the selected SDK.

    Fabric Podfile Instructions

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

    Fabric Run Script Build Phase

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

  7. Run your app to finish the installation.

Resources