I am getting an error in Xamarin Studio as I work on a cross platform solution. There are 5 projects in the solution: 1. A set of web services calls that will be used across iOS and Android. these are in a .NET class library project. 2. A class library project that will be used in android. The content of this project is linked to the files in #1. 3. A class library project that will be used in iOS. The content of this project is linked to the files in #1. 4. An iPhone application that uses the iOS class library project. 5. An Android app that uses the android class library project.
I just did a compile in Windows, no errors. Suggestions on where to start fixing this?
/Library/Frameworks/Mono.framework/Versions/3.2.2/lib/mono/4.0/Microsoft.CSharp.Targets: Error: Compiler crashed with code: 1. (AndroidWebServices)