When trying to build an Xamarin iOS solution with TFS Build, you get the following errors/warnings: /Library/Frameworks/Mono.framework/Versions/4.2.3/lib/mono/4.5/Microsoft.Common.targets: warning : Project reference ‘../HelloWorldApp/HelloWorldApp.csproj’ could not be resolved. AppDelegate.cs(26,33): error CS0246: The type or namespace name `App’ could not be found. Are you missing an assembly reference? How to fix this: Remove references to the project that […]