I'm trying to get NuGet to get the PCL assemblies for MVVMCross (and others if possible) but can't seem to get it working.
I'm using the NuGet addin (which hasn't been updated to NuGet 2.7.2 or Xamarin Studio 4.2.2), and I'm trying to add MVVMCross to a PCL project.
Here's the error it's returning: "Could not install package 'MvvmCross.PortableSupport 3.0.14'. You are trying to install this package into a project that targets 'portable-net40+sl50+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."
Is this something wrong on the MVVMCross side? The addin side?
For the general case of using PCL libraries that are published on NuGet repositories, is this an issue I'm likely to run into repeatedly? For example, the beta gdata clients (http://www.nuget.org/packages/Google.GData.Client/) apparently support PCL, but I'm not sure how to install them.
How do other people work with MVVMCross?