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: README.md
+42-4Lines changed: 42 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,18 @@ There is a Slack group that anyone can join for help / support / general questio
23
23
24
24
`$ react-native link react-native-arkit`
25
25
26
+
! Currently automatic installation does not work as PocketSVG is missing. Follow the manual installation
27
+
26
28
### Manual installation
27
29
28
30
29
31
#### iOS
30
32
31
33
1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`
32
-
2. Go to `node_modules` ➜ `react-native-arkit` and add `RCTARKit.xcodeproj`
33
-
3. In XCode, in the project navigator, select your project. Add `libRCTARKit.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`
34
-
4. Run your project (`Cmd+R`)<
34
+
2. Go to `node_modules` ➜ add `react-native-arkit/RCTARKit.xcodeproj` and `_PocketSVG/_PocketSVG.xcodeproj`
35
+
3. In XCode, in the project navigator, select your project. Add `libRCTARKit.a``and PocketSVG.framework` to your project's `Build Phases` ➜ `Link Binary With Libraries`
0 commit comments