-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[ci] Try better fix for iOS simulator #32108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
|
/backport to release/10.0.1xx |
|
Started backporting to release/10.0.1xx: https://github.com/dotnet/maui/actions/runs/18697576534 |
|
@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! |
* 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
Description of Change
Try fix the simulator install