I have attempted to create a brand 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 failure message:
Error Could not install package 'MvvmCross.PortableSupport 3.5.1'. You are trying to install this package into a project that targets 'Xamarin.iOS, Version=v1.0', 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.
I have looked in the C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETPortable\v4.5\Profile\Profile78\SupportedFrameworks folder and Xamarin.iOS.Unified.xml is there. I have looked at any similar articles and none of the fixes seem to be working for VS2015RC so I am guessing I may be one of the first to hit it and ask for help!