If I click on Start under both Debug and Release modes, everything works fine -- app is deployed properly and launched on my iPhone.
But if I right click on my project and select Deploy, I get the following error. This happens even if I shutdown and restart Xamarin.iOS Build Host on my Mac. Please advise.
1>System.InvalidOperationException: The operation cannot be completed because a build is already in progress. 1> at Microsoft.Build.Shared.ErrorUtilities.ThrowInvalidOperation(String resourceName, Object[] args) 1> at Microsoft.Build.Execution.BuildManager.BeginBuild(BuildParameters parameters) 1> at Microsoft.Build.Execution.BuildManager.Build(BuildParameters parameters, BuildRequestData requestData) 1> at Mono.IOS.VisualStudio.MonoTouchDeploySession.RemoteBuild(VSBuildServerClient server, Project project, IVsOutputWindowPane outputPane, MonoTouchProgressNotifier notifier)========== Build: 0 succeeded, 0 failed, 2 up-to-date, 0 skipped ========== ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========