samedi 12 septembre 2015

MVVM Cross iOS Sqlite issue: Plugin not registered for type Cirrious.MvvmCross.Community.Plugins.Sqlite (Community Sqlite Plugin version 3.1.1)

I am using Xamarin Studio with MVVM Cross 3.5.1 and recently upgraded SQLite to the Community Plugin (version 3.1.1) and although it works fine in Android and Windows Phone 8.1 the iOS project can't use SQLite anymore.

The bootstraper code looks like this out-of-the-box: using Cirrious.CrossCore.Plugins;

namespace Compass.Mobile.iOS.Bootstrap { public class SqlitePluginBootstrap : MvxPluginBootstrapAction { } }

I looked at Question 20143457 but the code it refers to is no longer applicable.

Has anybody figured out how to resolve this yet?

Aucun commentaire:

Enregistrer un commentaire