Reputation: 597
last week i tried to start work on an iOS Port of my clients software which does consists of many Portable Class Libraries (that also target Xamarin.iOS and Xamarin.Android platforms)
As our Mac Build Machines work with OS X 10.10 Yosemite, i am unable to work with my Visual Studio Development Machine (since the Build Host does not work anymore with OS X 10.10), so i decided to work directly on the Mac with Xamarin Studio. But now i always get an error:
.../Portable.csproj(1,1): Error: Unknown MSBuild failure. Please try building the project again (Portable)
when i include an Portable Project in my solution. "Normal" class libraries work very well. Do i need some additional packages to work with portable class libraries on an Mac?
Steps to Reproduce:
WTH?
Upvotes: 3
Views: 871
Reputation: 323
IMHO your installation is broken. I don't have any problems with Xamarin Studio and Yosemite. Please uninstall everythhing Xamarin and Mono related and reinstall it.
Upvotes: 0