mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-10 18:05:38 +08:00
855 B
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':
In the new build phase, add a new script into the text box:
"${PODS_ROOT}/Fabric/run"
Once added, rebuild your project:
npx react-native run-ios

