I just installed the Xamarin.iOS 1.8 plugin for VS and loaded up an existing project. I am getting two errors that I am not quite sure how to resolve:
Failed to clean build cache on the server.
Identifier is not set in ios application property page (easily fixable).
Application name is not set (easily fixable).
Is there any way to force a clean up of the cache on the build server? Is there something on my build server that is causing this issue?
Wally