added iOS source code
[wl-app.git] / iOS / Pods / Crashlytics / README.md
1 ![Crashlytics Header](https://docs.fabric.io/ios/cocoapod-readmes/cocoapods-crashlytics-header.png)
2
3 Part of [Google Fabric](https://get.fabric.io), [Crashlytics](http://try.crashlytics.com/) offers the most powerful, yet lightest weight crash reporting solution for iOS. Crashlytics also provides real-time analytics through [Answers](https://answers.io/) and app distributions to testers using [Beta](http://try.crashlytics.com/beta/).
4
5 ## Setup
6
7 1. Visit [https://fabric.io/sign_up](https://fabric.io/sign_up) to create your Fabric account and to download Fabric.app.
8
9 1. Open Fabric.app, login and select the Crashlytics SDK.
10
11     ![Fabric Plugin](https://docs.fabric.io/ios/cocoapod-readmes/cocoapods-fabric-plugin.png)
12
13 1. The Fabric app automatically detects when a project uses CocoaPods and gives you the option to install via the Podfile or Xcode.
14
15         ![Fabric Installation Options](https://docs.fabric.io/ios/cocoapod-readmes/cocoapods-pod-installation-option.png)
16
17 1. 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.
18
19         ```
20         pod 'Fabric'
21         pod 'Crashlytics'
22         ```
23
24 1. Run `pod install`
25
26 1. Add a Run Script Build Phase and build your app.
27
28         ![Fabric Run Script Build Phase](https://docs.fabric.io/ios/cocoapod-readmes/cocoapods-rsbp.png)
29
30 1. Initialize the SDK by inserting code outlined in the Fabric.app.
31
32 1. Run your app to finish the installation.
33
34 ## Resources
35
36 * [Documentation](https://docs.fabric.io/apple/crashlytics/overview.html)
37 * [Forums](https://stackoverflow.com/questions/tagged/google-fabric)
38 * [Website](http://try.crashlytics.com/)
39 * Follow us on Twitter: [@fabric](https://twitter.com/fabric) and [@crashlytics](https://twitter.com/crashlytics)