[ci] Try better fix for iOS simulator#32108
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR attempts to fix iOS simulator installation issues in the CI pipeline by adding conditional logic for Xcode 26.0. The change ensures that the correct simulator version is installed based on the Xcode version being used.
Key Changes:
- Added conditional logic to handle iOS simulator installation for Xcode 26.0 specifically
- Added comments explaining the version-specific requirement
rolfbjarne
approved these changes
Oct 21, 2025
Member
Author
|
/backport to release/10.0.1xx |
Contributor
|
Started backporting to release/10.0.1xx: https://github.com/dotnet/maui/actions/runs/18697576534 |
Contributor
|
@rmarinho backporting to "release/10.0.1xx" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: tweak
Using index info to reconstruct a base tree...
M eng/pipelines/common/provision.yml
Falling back to patching base and 3-way merge...
Auto-merging eng/pipelines/common/provision.yml
CONFLICT (content): Merge conflict in eng/pipelines/common/provision.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 tweak
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
rmarinho
added a commit
that referenced
this pull request
Oct 21, 2025
* tweak * delete all simulator runtimes if failing to install one --------- Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com> # Conflicts: # eng/pipelines/common/provision.yml
rmarinho
added a commit
that referenced
this pull request
Oct 22, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 of Change
Try fix the simulator install