Hello,
I am writing an iOS app using Xamarin.iOS and I wanted to extract some classes to PCL. I have created a new PCL in my solution but I get this message after I reference this PCL in my other project:
"Incompatible target framework: .NETPortable,Version=v4.0,Profile=Profile136".
I have the latest version of Xamarin:
Xamarin Studio 4.2.5 (build 0) Xamarin.iOS 7.2.2.2 Mono 3.2.6
In PCL project options I cannot change the profile. The only option is "profile136 - not installed".
How can I fix this, and shouldn't I be using profile78?