Skip to content

Instantly share code, notes, and snippets.

@olegoid

olegoid/a.rb Secret

Created April 18, 2016 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olegoid/df13dc303ce33780def0f9aff69c58bf to your computer and use it in GitHub Desktop.
Save olegoid/df13dc303ce33780def0f9aff69c58bf to your computer and use it in GitHub Desktop.
Severity Code Description Project File Line Suppression State
Error The "CopyFileToWindows" task failed unexpectedly.
System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException: The file /Users/olegoid/Library/Caches/Xamarin/mtbs/builds/iTravel/75834bc5680f2384a3f5f8bf4768b219/bin/iPhone/Ad-Hoc/iTravel 2016-04-18 19-14-48/OnDemandResources/ was not found on the Mac.
at Xamarin.Messaging.VisualStudio.MessagingService.<DownloadFileAsync>d__82.MoveNext() in C:\Users\builder\data\lanes\2925\36979c5d\source\XamarinVS\src\Messaging\Xamarin.Messaging.VisualStudio\MessagingService.cs:line 518
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.VisualStudio.MessagingService.<DownloadFileAsync>d__84.MoveNext() in C:\Users\builder\data\lanes\2925\36979c5d\source\XamarinVS\src\Messaging\Xamarin.Messaging.VisualStudio\MessagingService.cs:line 546
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.VisualStudio.Build.TaskRunner.<GetFileAsync>d__15.MoveNext() in C:\Users\builder\data\lanes\2925\36979c5d\source\XamarinVS\src\MSBuild\Xamarin.VisualStudio.Build\TaskRunner.cs:line 287
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at Xamarin.iOS.Tasks.CopyFileToWindows.Execute() in C:\Users\builder\data\lanes\2925\36979c5d\source\XamarinVS\src\MSBuild\Xamarin.iOS.Tasks\Tasks\CopyFileToWindows.cs:line 15
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()
---> (Inner Exception #0) System.IO.FileNotFoundException: The file /Users/olegoid/Library/Caches/Xamarin/mtbs/builds/iTravel/75834bc5680f2384a3f5f8bf4768b219/bin/iPhone/Ad-Hoc/iTravel 2016-04-18 19-14-48/OnDemandResources/ was not found on the Mac.
File name: '/Users/olegoid/Library/Caches/Xamarin/mtbs/builds/iTravel/75834bc5680f2384a3f5f8bf4768b219/bin/iPhone/Ad-Hoc/iTravel 2016-04-18 19-14-48/OnDemandResources/'
at Xamarin.Messaging.VisualStudio.MessagingService.<DownloadFileAsync>d__82.MoveNext() in C:\Users\builder\data\lanes\2925\36979c5d\source\XamarinVS\src\Messaging\Xamarin.Messaging.VisualStudio\MessagingService.cs:line 518
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.Messaging.VisualStudio.MessagingService.<DownloadFileAsync>d__84.MoveNext() in C:\Users\builder\data\lanes\2925\36979c5d\source\XamarinVS\src\Messaging\Xamarin.Messaging.VisualStudio\MessagingService.cs:line 546
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Xamarin.VisualStudio.Build.TaskRunner.<GetFileAsync>d__15.MoveNext() in C:\Users\builder\data\lanes\2925\36979c5d\source\XamarinVS\src\MSBuild\Xamarin.VisualStudio.Build\TaskRunner.cs:line 287<--- iTravel C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.After.targets 119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment