SQLite4Unity3d icon indicating copy to clipboard operation
SQLite4Unity3d copied to clipboard

sqlite3.dll not found on iOS 10 (Xcode 8.3.2) with Unity 2017 beta

Open kunxin-chor opened this issue 8 years ago • 3 comments

I am trying out the example scene in a fresh project using Unity 2017 beta. My test device is running iOS10 and the version of Xcode I am using is 8.3.2

When running the project, I got a the following error: DllNotFoundException : Unable to load DLL 'sqlite3': The specified module could not be found.

kunxin-chor avatar Jun 07 '17 13:06 kunxin-chor

I have the same issue. Not 100% sure but i think this is related to the 3.5 Net equivalent (or 4.6) and the dll provided by the actual version (sqlite3.dll). Any help on this would be super welcome

yvrez avatar Jun 10 '17 18:06 yvrez

Unity has confirmed that it's a bug.

kunxin-chor avatar Jun 13 '17 09:06 kunxin-chor

For completeness, this is the bug report from Unity: https://issuetracker.unity3d.com/issues/il2cpp-dllnotfoundexception-unable-to-load-dll-sqlite3-the-specified-module-could-not-be-found?_ga=2.185688623.722030214.1499071497-722125156.1494930069

It seems like it's fixed in the newest beta / release candidate, version Unity 2017.1.0f1.

mihakrajnc avatar Jul 03 '17 10:07 mihakrajnc