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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ __[iOS Only]__
46
46
* CoreData.framework
47
47
* SystemConfiguration.framework
48
48
* libz.dylib
49
-
* sqlite3.dylib
49
+
* libsqlite3.dylib
50
50
* If you would like the libraries to be automatically added when building for iOS, copy the file _PostProcessBuildPlayer_GA_ from the _iOS Extras_ folder and put it in the _<YOUR PROJECT ROOT>/Assets/Editor_ folder.
51
51
* Next, get the mod_pbxproj.py script available [here](https://github.com/kronenthaler/mod-pbxproj) and copy it into the Editor directory as well. The libraries will now be added automatically during the build.
52
52
4. <h4>Configure the GAv3 prefab</h4>
@@ -440,3 +440,4 @@ Not seeing hits? Try the suggestions below before [posting an issue](https://git
440
440
###Thanks:
441
441
- [Knoxx-](https://github.com/Knoxx-) for fixing a typo in the Campaign tracking permissions
442
442
- [mataneine](https://github.com/mataneine) for filtering out meta files during iOS build post processing
443
+
- [g8minhquan](https://github.com/g8minhquan) for identifying the sqlite3.dylib library needs to be added if using the -ObjC linker flag
0 commit comments