Skip to content

Commit 15491aa

Browse files
committed
Clean up
1 parent 0c462c0 commit 15491aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/core/deploying/native-aot/diagnostics/ios-like-platforms.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ After publishing, Native AOT applications are true native binaries. The managed
3030

3131
### Debugging .NET MAUI iOS applications with NativeAOT
3232

33-
.NET MAUI iOS applications which are compatible with NativeAOT and are properly configured and published with this deployment model (for more information see: [Publish using Native AOT](https://learn.microsoft.com/dotnet/maui/deployment/nativeaot?view=net-maui-9.0#publish-using-native-aot), can be debugged in the following ways.
34-
35-
#### iOS
33+
.NET MAUI iOS applications which are compatible with NativeAOT and are properly configured and published with this deployment model (for more information see: [Publish using Native AOT](https://learn.microsoft.com/dotnet/maui/deployment/nativeaot?view=net-maui-9.0#publish-using-native-aot), can be debugged in the following way (tested with `Xcode 16.0` CLI tools):
3634

3735
1. Publish your app with Native AOT targeting `ios-arm64` and store the following information:
3836

@@ -73,7 +71,7 @@ By default, debug symbols are stripped from the application's binary file into *
7371
7472
## CPU profiling
7573
76-
[Xcode Instruments](https://developer.apple.com/download/) can be used to collect CPU samples of a Native AOT application.
74+
[Xcode Instruments](https://developer.apple.com/xcode) can be used to collect CPU samples of a Native AOT application.
7775
7876
## Heap analysis
7977

0 commit comments

Comments
 (0)