Replies: 1 comment
-
Thanks for the report. This is indeed a Xamarin issue. You may find additional troubleshooting information by looking at the binlogs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed the install instructions for Rider on macOS and used uno-check to setup my environment. However when I attempt to build I receive this exception. I have tried changing the location of the solution and granting rwx permissions to the solution folder.
Realize this is likely a Xamarin issue but I can't seen to find anything via Google search.
Xamarin.Android.Common.targets(1055, 2): [XACIC7019] System.UnauthorizedAccessException: Access to the path is denied. ---> System.IO.IOException: Operation not permitted --- End of inner exception stack trace --- at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func
2 errorRewriter)at System.IO.FileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
at Microsoft.Android.Build.Tasks.Files.CopyIfChanged(String source, String destination) in /Users/runner/work/1/s/xamarin-android/external/xamarin-android-tools/src/Microsoft.Android.Build.BaseTasks/Files.cs:line 125
at Xamarin.Android.Tasks.CopyIfChanged.RunTask()
at Microsoft.Android.Build.Tasks.AndroidTask.Execute() in /Users/runner/work/1/s/xamarin-android/external/xamarin-android-tools/src/Microsoft.Android.Build.BaseTasks/AndroidTask.cs:line 17
`
Beta Was this translation helpful? Give feedback.
All reactions