Skip to content

Commit 7d00238

Browse files
authored
Merge branch 'development' into EJ2-989562-Dev
2 parents 1eb9f22 + 4fc1377 commit 7d00238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/getting-started/maui-blazor-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ In iOS, code is statically compiled ahead of time. Configure Syncfusion<sup styl
170170

171171
Possible errors if the `MtouchExtraArgs` tag is not configured:
172172
1. The app does not load on a real device with the error “An unhandled error has occurred” after compiling in Release mode with Visual Studio and deploying to a real device.
173-
2. AOT-related failures such as [`Attempting to JIT compile method while running in aot-only mode`](https://github.com/xamarin/xamarin-macios/issues/12416)
173+
2. AOT-related failures such as [`Attempting to JIT compile method while running in aot-only mode`](https://github.com/dotnet/macios/issues/12416)
174174

175175
```
176176
<PropertyGroup Condition="$(TargetFramework.Contains('-ios')) And $(Configuration.Contains('Release')) ">

0 commit comments

Comments
 (0)