mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-21 19:11:34 +08:00
Delete ios-setup.md
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
---
|
||||
title: iOS Setup
|
||||
description: 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:
|
||||
|
||||
```bash
|
||||
npx react-native run-ios
|
||||
```
|
||||
Reference in New Issue
Block a user