I'm using Xamarin Studio Version 4.2.3 on a Mac (Starter Edition; Mono 3.2.6; Xamarin.Android Version 4.12.1; Xamarin.iOS Version 7.2.02).
I created a blank solution. I added an Android application project and an iPhone application project. Both build and run okay. Now I've added a Portable Class Library project which I want to link to from my application projects. However! My Portable Class Library project is showing up an error in my References folder for the .NET Portable Subset reference, as follows:
Framework not installed: .NETPortable,Version=v4.0,Profile=Profile136
How do I resolve this??
Additionally, when I open the Project Options window and navigate to the General section, the only Target Frameworks listed are:
- .NET Framework 4,
- Silverlight 4,
- Windows Phone 7,
- Xbox 360.
No Xamarin.Android and no Xamarin.iOS...