Note that there are some explanatory texts on larger screens.

plurals
  1. POMVVMCross SQLite Community plugin won't add to Xamarin Studio project
    primarykey
    data
    text
    <p>I'm building a MVVMCross project, initially for iOS, but with a view to expanding onto Android. I'm using Xamarin Studio to create the app, and I have a PCL set up as my Core, with an iOS specific project for the UI, as per the examples in the docs and the excellent N+1 videos. However now I have hit a roadblock: I'm trying to add SQLite to the project from the NuGet packages, and per the recommendation I'm trying to add the Community plugin instead of the "old" version, but I get the following error when I do so:</p> <pre> ------- Installing...MvvmCross.Community.Plugin.Sqlite 3.0.13 ------- Attempting to resolve dependency 'MvvmCross.HotTuna.CrossCore (≥ 3.0.13)'. Attempting to resolve dependency 'MvvmCross.PortableSupport (≥ 3.0.14)'. Adding 'MvvmCross.Community.Plugin.Sqlite 3.0.13' to ShimanoSocial.Core. Could not install package 'MvvmCross.Community.Plugin.Sqlite 3.0.13'. You are trying to install this package into a project that targets 'portable-net45+wp80+win+MonoAndroid10+MonoTouch10', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. System.InvalidOperationException: Could not install package 'MvvmCross.Community.Plugin.Sqlite 3.0.13'. You are trying to install this package into a project that targets 'portable-net45+wp80+win+MonoAndroid10+MonoTouch10', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. at NuGet.ProjectManager.ExtractPackageFilesToProject (IPackage package) [0x00000] in :0 at NuGet.ProjectManager.AddPackageReferenceToProject (IPackage package) [0x00000] in :0 at NuGet.ProjectManager.Execute (NuGet.PackageOperation operation) [0x00000] in :0 at NuGet.ProjectManager.Execute (IPackage package, IPackageOperationResolver resolver) [0x00000] in :0 at NuGet.ProjectManager.AddPackageReference (IPackage package, Boolean ignoreDependencies, Boolean allowPrereleaseVersions) [0x00000] in :0 at NuGet.ProjectManager.AddPackageReference (System.String packageId, NuGet.SemanticVersion version, Boolean ignoreDependencies, Boolean allowPrereleaseVersions) [0x00000] in :0 at ICSharpCode.PackageManagement.SharpDevelopPackageManager.AddPackageReference (IPackage package, Boolean ignoreDependencies, Boolean allowPrereleaseVersions) [0x00000] in :0 at ICSharpCode.PackageManagement.SharpDevelopPackageManager.InstallPackage (IPackage package, ICSharpCode.PackageManagement.InstallPackageAction installAction) [0x00000] in :0 at ICSharpCode.PackageManagement.PackageManagementProject.InstallPackage (IPackage package, ICSharpCode.PackageManagement.InstallPackageAction installAction) [0x00000] in :0 at ICSharpCode.PackageManagement.InstallPackageAction.ExecuteCore () [0x00000] in :0 at ICSharpCode.PackageManagement.ProcessPackageAction.Execute () [0x00000] in :0 at ICSharpCode.PackageManagement.PackageActionRunner.Run (IPackageAction action) [0x00000] in :0 at ICSharpCode.PackageManagement.PackageViewModel.InstallPackage (IEnumerable`1 packageOperations) [0x00000] in :0 at ICSharpCode.PackageManagement.PackageViewModel.InstallPackage () [0x00000] in :0 at ICSharpCode.PackageManagement.PackageViewModel.TryInstallingPackage () [0x00000] in :0 ============================== </pre> <p>My project targets .NET 4.5+, WP8, W8, Xamarin.Android and Xamarin.iOS, using profile 78.</p> <p>I have previously been able to install the "old" SQLite MVVMCross plugin but don't want to do this because it's apparently been deprecated in favour of the Community edition. However the Community edition won't install.</p> <p>Can anyone please advise how to get this working?</p> <p>Many thanks in advance!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload