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


2 answers


Please change the location of your solution, it worked for me.



+2


source


IMHO your installation is broken. I have no problem with Xamarin Studio and Yosemite. Please uninstall all Xamarin and Mono related and reinstall them.



0


source







All Articles