Files
react-native-firebase/docs/crashlytics/ios-setup.md
2019-10-01 19:01:43 +01:00

855 B

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

iOS Setup

Additional Installation Steps

Add the Crashlytics run script

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

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

Once added, rebuild your project:

npx react-native run-ios