Files
react-native-firebase/docs/crashlytics/ios-setup.md
2020-04-17 21:06:29 +01:00

863 B

title, description
title description
Crashlytics - iOS Setup Additional iOS steps for Crashlytics integration

Crashlytics for iOS requires an additional manual step once the package has been installed. You'll need Xcode for the following steps.

1. Add Build Phase

Open your project in Xcode, and select the project file in the Navigator. Select the 'Build Phases' tab & add a 'New Run Script Phase':

Run Script

In the new build phase, add a new script into the text box:

"${PODS_ROOT}/Fabric/run"

Script

2. Rebuild the project

Once the above steps have been completed, rebuild your iOS project:

npx react-native run-ios