I tried to create a completely new Xamarin iOS project with a PCL project in VS2015RC, and when I try to add the MVVMCross package to the Xamarin iOS project, I get the following error message:
Error Failed to install the package "MvvmCross.PortableSupport 3.5.1". You are trying to install this package in a project whose purpose is "Xamarin.iOS, Version = v1.0", but the package does not contain links to assemblies or content files compatible with this infrastructure. For more information, contact the author of the package.
I looked through the folder C: \ Program Files (x86) \ Reference Assemblies \ Microsoft \ Framework.NETPortable \ v4.5 \ Profile \ Profile78 \ SupportedFrameworks and Xamarin.iOS.Unified.xml. I looked through any related articles, and none of the fixes seem to work on VS2015RC, so I guess I could be one of the first to hit it and ask for help!
source share