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

Commit 9995e01

Browse files
authored
Minimum ios version
Hi @EddyVerbruggen, The work you've made on this project, is simply amazing. Thanks a lot. I am a new a newbee in nativescript, but I have struggle with a compilation issue. If you think this additional line can be useful. otherwise, no problem and thanks again for your great job.
1 parent e1e0b77 commit 9995e01

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)