Skip to content

Commit 1a277ed

Browse files
thomaszurkan-optimizelyjaeopt
authored andcommitted
update readme to include a note about using thread safe sqlite (#375)
1 parent dce7d70 commit 1a277ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ up an Optimizely X project and start using the SDK.
2525

2626
Please note below that _\<platform\>_ is used to represent the platform on which you are building your app. Currently, we support ```iOS``` and ```tvOS``` platforms.
2727

28+
**note: if you or another framework are using sqlite, then you should probably add compiler options for thead safe sqlite: SQLITE_THREADSAFE=1
29+
https://www.sqlite.org/threadsafe.html
30+
2831
#### Cocoapod
2932
1. Add the following lines to the _Podfile_:<pre>
3033
```use_frameworks!```

0 commit comments

Comments
 (0)