README.md 759 B

Firebase Crashlytics SDK

Development

Follow the subsequent instructions to develop, debug, unit test, and integration test FirebaseCrashlytics:

Prereqs

To Develop

  • Run pod gen FirebaseCrashlytics.podspec
  • open gen/FirebaseCrashlytics/FirebaseCrashlytics.xcworkspace

OR these two commands can be combined with

  • pod gen FirebaseCrashlytics.podspec --auto-open --gen-directory="gen" --clean

You're now in an Xcode workspace generate for building, debugging and testing the FirebaseCrashlytics CocoaPod.

Running Unit Tests

Open the generated workspace, choose the FirebaseCrashlytics-Unit-unit scheme and press Command-u.