I expected Xamarin Studio to work out of the box on OS X Mavericks, but I found that not to be true for my simple VS2013 PCL project. After
- Changing the ToolSet version to 4.0--because build doesn't yet recognize the VS2013 ToolSet version--and
- Updating /Library/Frameworks/Mono.framework/Versions/3.2.6/lib/mono/xbuild/Microsoft/Portable/v4.5/Microsoft.Portable.CSharp.targets with a hard reference to /Library/Frameworks/Mono.framework/Versions/3.2.6/lib/mono/4.0/Microsoft.Portable.CSharp.targets--see the attached file
I hit my third problem: an error initializing StyleCopTask. Have you seen this problem and do you know how to fix it?