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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/ML_KIT.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,11 @@ and add this somewhere in the file (if it's not already there):
32
32
<key>NSCameraUsageDescription</key>
33
33
<string>Your reason here</string> <!-- better change this 😎 -->
34
34
```
35
+
In order to compile, the default version on ios must be >= 9.0.
36
+
Edit the file build.xconfig and check that you have the following line (Without this line the default version will be 8.0 and the compilation will failed (`targeted OS version does not support use of thread local variables ...`)
0 commit comments