Commit 53d4963
authored
[ios/catalyst] fix for "sandboxed" platforms (dotnet#2930)
Context: dotnet#2929
Without this fix, I was getting the exception on `net10.0-ios` and
`net10.0-maccatalyst` projects:
Access to the path '~/src/dotnet/BenchmarkDotNet/samples/BenchmarkDotNet.Samples.Maui/bin/Debug/net10.0-maccatalyst/maccatalyst-arm64/BenchmarkDotNet.Samples.Maui.app/BenchmarkDotNet.Artifacts' is denied.
This change was already here for Android, but it feels like it should
have been here for iOS as well.
`net10.0-maccatalyst` will also respond to this fix, as it is basically
iOS "emulated" on macOS.1 parent 0818e53 commit 53d4963
1 file changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
100 | 108 | | |
101 | 109 | | |
102 | 110 | | |
| |||
0 commit comments