Update docs for running CoreCLR on Apple mobile#124230
Merged
kotlarmilos merged 5 commits intodotnet:mainfrom Feb 11, 2026
Merged
Update docs for running CoreCLR on Apple mobile#124230kotlarmilos merged 5 commits intodotnet:mainfrom
kotlarmilos merged 5 commits intodotnet:mainfrom
Conversation
Contributor
|
Tagging subscribers to 'os-ios': @vitek-karas, @kotlarmilos, @steveisok, @akoeplinger |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the CoreCLR Apple mobile documentation to reflect current iOS/tvOS support and streamline the build/run instructions for samples and tests.
Changes:
- Removes “experimental” phrasing and updates the stated support matrix (including tvOS and execution modes).
- Simplifies the HelloiOS build/publish command lines and headings.
- Updates the runtime test build command example for iOS/tvOS simulators.
Comments suppressed due to low confidence (1)
docs/workflow/building/coreclr/ios.md:18
- The Table of Contents includes a “Troubleshooting” link, but there is no corresponding “## Troubleshooting” section in this document. Either add the section or remove the TOC entry so the anchor isn’t broken.
- [Building and running tests](#building-and-running-tests)
- [Debugging the runtime and the sample app](#debugging-the-runtime-and-the-sample-app)
- [Steps](#steps)
- [See also](#see-also)
- [Troubleshooting](#troubleshooting)
steveisok
approved these changes
Feb 10, 2026
jkotas
reviewed
Feb 11, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
jkotas
reviewed
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates docs for running CoreCLR on Apple mobile.