-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Akavache SQLitePCL.ISQLite3Provider::sqlite3_enable_shared_cache could not be resolved #314
Comments
This will probably depend on transitioning Akavache to the 1.0 release of SQLitePCLRaw. #306 |
I am not 100% sure I understand you. Do I need to wait for 5.0 or is there a workaround for now? |
I'm not 100% sure I know exactly what is causing this problem, so I can't be 100% sure about diagnosis and workaround. :-) You definitely can't just add SQLitePCLRaw 1.0 stuff to a project using Akavache 4. I suspect you will need to wait for Akavache 5. That said, my first guess at a workaround would be to change the properties on your Xamarin.Android project to not "link". |
@ericsink Do we have an update on Akavache 5 Relese day, I am really looking forward to integrate it in my app? |
There is some motion on this, see #317 |
…317) See: - http://ericsink.com/entries/sqlite_android_n.html and - #317 (comment) - #314 BREAKING CHANGE: major dependency changes SQLitePCL.raw_basic replaced by SQLitePCLRaw.bundle_e_sqlite3
Resolved at #291 (comment) please test using the packages on myget. |
I am trying to use Akavache in my Xamarin Forms PCL Project. I already have implemented ISQLite dependency for both Android and IOS, and that works fine.
However as soon as I added Akavache Nuget in PCL, IOS and Android Project I keep getting this error:
Running
Xamarin Studio : 6.1
Akavache 4.1.2
Would really appreciate any pointers to resolve this!
The text was updated successfully, but these errors were encountered: