You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.ios.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,23 +28,23 @@ cd ios && pod update --verbose
28
28
29
29
If you prefer not to use `react-native link`, we can manually link the package together with the following steps, after `npm install`:
30
30
31
-
A. In XCode, right click on `Libraries` and find the `Add Files to [project name]`.
31
+
**A.** In XCode, right click on `Libraries` and find the `Add Files to [project name]`.
32
32
33
33

34
34
35
-
B. Add the `node_modules/react-native-firestack/ios/Firestack.xcodeproj`
35
+
**B.** Add the `node_modules/react-native-firestack/ios/Firestack.xcodeproj`
36
36
37
37

38
38
39
-
C. Ensure that the `Build Settings` of the `Firestack.xcodeproj` project is ticked to _All_ and it's `Header Search Paths` include both of the following paths _and_ are set to _recursive_:
39
+
**C.** Ensure that the `Build Settings` of the `Firestack.xcodeproj` project is ticked to _All_ and it's `Header Search Paths` include both of the following paths _and_ are set to _recursive_:
40
40
41
41
1.`$(SRCROOT)/../../react-native/React`
42
42
2.`$(SRCROOT)/../node_modules/react-native/React`
43
43
3.`${PROJECT_DIR}/../../../ios/Pods`
44
44
45
45

46
46
47
-
D. Setting up cocoapods
47
+
**D.** Setting up cocoapods
48
48
49
49
Since we're dependent upon cocoapods (or at least the Firebase libraries being available at the root project -- i.e. your application), we have to make them available for Firestack to find them.
0 commit comments