PLP is a 'Portable Library Project' - which is the csproj project type used to compile a PCL (Portable Class Library) - so both terms are roughly OK to use (IMHO) :)
On these System.Windows.Input.ICommand issues, there was a change in MonoTouch and Droid sometime May(ish) last year when this interface seemed to suddenly appeared. However, I still have problems with it - e.g. when I compile using VSMonoTouch on the PC I need a special hack for it. http://stackoverflow.com/questions/13326794/typeforwardedto-refuses-to-work-for-system-windows-input-icommand-in-monotouch The guy I know who is currently actively porting MvvmCross to the Mac has seen that ICommand is not yet available on the full Mono4Mac platforms - similar to the situation with MonoTouch and MonoDroid early last year. I don't have a problem with this - there's no reason System.Windows should be in the Mac after all. So.... assuming that ICommand is missing, then you'll need to add it in your class libraries - which is very easy to do. Just put it somewhere where it's easy to remove later :) Stuart -- View this message in context: http://monotouch.2284126.n4.nabble.com/Re-Trying-to-compile-PLP-on-Mono-for-MAC-with-MonoTouch-tp4657947p4657951.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
