I have time to get a direct answer to this, I searched and read many times, and tried many times. Sometimes it sounds differently, and in other cases it sounds only as much as possible, making a connection and what is not, which I try to avoid. I am a big fan of PCL.
I created a solution using Visual Studio 2012, Xamarin and MvvmCross that works fine, I can deploy an iOS device, a Droid device, Windows --- whatever you have. Visual Studio can create working applications that can be deployed to specific platforms.
However, I was recently informed that our company requires that upon deployment, the code must be built on a Mac using Xamarin Studio on their build server. Therefore, since then I have been working on trying to open and build everything using Xamarin Studio, and I'm close, but the notorious issue with ICommand is my last hurdle.
Is there, or not, a way to properly get ICommands and the System.Windows library in Xamarin Studio? Am I really stuck until Xamarin releases PCL support?
source share