Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit ba6c96b

Browse files
Merge pull request #1025 from nickykln/patch-1
Minimum ios version
2 parents e1e0b77 + 9995e01 commit ba6c96b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/ML_KIT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ and add this somewhere in the file (if it's not already there):
3232
<key>NSCameraUsageDescription</key>
3333
<string>Your reason here</string> <!-- better change this 😎 -->
3434
```
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 ...`)
37+
```
38+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
39+
```
3540
3641
## ML Kit Features
3742
There are two ways of using ML Kit:

0 commit comments

Comments
 (0)