Hi all,
I am trying to get SQLite to works on my IOS app, using the DLLs from SQLite4Unity and have been running into the following error:
The strange thing is if I change the Scripting Backend (in Player Settings) to Mono, it will work. I only get the error if I am using IL2CPP.
I am using:
Unity 2017.1.0b7 Personal
XCode...
Using SQLite3 with IL2CPP for iOS10 using XCode 8.3
I am trying to get SQLite to works on my IOS app, using the DLLs from SQLite4Unity and have been running into the following error:
Code (csharp):
- DllNotFoundException: Unable to load DLL 'sqlite3' : The specified module cannot be found
I am using:
Unity 2017.1.0b7 Personal
XCode...
Using SQLite3 with IL2CPP for iOS10 using XCode 8.3