I'm trying to workout a sample project using MvvmCross, but I'm stuck with the first step of adding the frameworks in VS2012.
When I try to add Xamarin.Android
and Xamarin.iOS
framework in a PCL
project, it is showing an error
There is no available functionality that is portable between the frameworks you have selected
I tried following the steps in this answer, but it didn't worked.
Can someone shed some light on this issue.
Thanks.