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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,19 @@ make sure to use the latest version of yarn (>=1.x.x)
42
42
5. Run your project (`Cmd+R`)<
43
43
44
44
45
+
##### iOS Project configuration
46
+
47
+
These steps are mandatory regardless of doing a manual or automatic installation:
48
+
49
+
1. Give permissions for camera usage. In `Info.plist` add the following:
50
+
51
+
```
52
+
<key>NSCameraUsageDescription</key>
53
+
<string>Your message to user when the camera is accessed for the first time</string>
54
+
```
55
+
2. ARKit only runs on arm64-ready devices so the default build architecture should be set to arm64: go to `Build settings` ➜ `Build Active Architecture Only` and change the value to `Yes`.
0 commit comments