PCL Libraries in Xamarin on OSX Yosemite 10.10
Last week I tried to get started on my client's iOS port, which consists of many portable class classes (which also target the Xamarin.iOS and Xamarin.Android platforms).
Since our Mac Build Machines are running OS X 10.10 Yosemite, I cannot work with my Visual Studio development machine (as the Build Host no longer works with OS X 10.10), so I decided to work directly on the Mac with Xamarin Studio. But now I always get the error:
... / Portable.csproj (1,1): Error: Unknown MSBuild crash. Try to create the project again (Portable)
when I include Portable Project in my solution. Regular class libraries work very well. Do I need additional packages to work with Portable Class Libraries on Mac?
Steps to reproduce:
- New solution (in Xamarin Studio for Mac)
- Add new project (Portable Class Library)
- Build
WTH?
+3
source to share