chore: update Bitrise Xcode stack to 26.2.x for iOS SDK 26#25136
Merged
Conversation
Update the Xcode stack from osx-xcode-16.3.x to osx-xcode-26.2.x to enable building with iOS SDK 26. This prepares for the April 2026 App Store requirement that apps must be built with Xcode 26 or later.
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
Contributor
🔍 Smart E2E Test Selection⏭️ Smart E2E selection skipped - skip-smart-e2e-selection label found All E2E tests pre-selected. |
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
Update the Xcode stack from osx-xcode-16.3.x to osx-xcode-26.2.x to enable building with iOS SDK 26. This prepares for the April 2026 App Store requirement that apps must be built with Xcode 26 or later.
This PR updates the ruby version to 3.2.9 according to the Bitrise stack availability. It also updates the Ruby Version source for the
ci/dockerstep.It also requires an update to the .github-tools repo here: https://github.com/MetaMask/github-tools/pull/220/commits
Changelog
CHANGELOG entry: null
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MCWP-329
Manual testing steps
Screenshots/Recordings
Before
After
Successful Bitrise: https://app.bitrise.io/build/d8ffdf86-23f8-4476-afef-1b4dda76a554
Successful CI (note there a some flaky flask tests): https://github.com/MetaMask/metamask-mobile/actions/runs/22237789978?pr=25136
Successful build.yml: https://github.com/MetaMask/metamask-mobile/actions/runs/22241562536
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Medium Risk
Medium risk because it changes core CI/build infrastructure (Bitrise Xcode stack, Ruby toolchain, and shared
setup-e2e-envaction), which can break iOS/Android build and E2E workflows if the new environment has compatibility issues.Overview
Updates CI and Bitrise build environments to support iOS SDK 26 by moving Bitrise stacks to
osx-xcode-26.2.xand aligning the Ruby toolchain to3.2.9(including.ruby-version,ios/Gemfile,Gemfile.lock, and GitHub Actionsruby/setup-ruby).Refreshes GitHub Actions workflows to use
MetaMask/github-toolssetup-e2e-env@v1.7across build and E2E pipelines, and updates the Docker CI image’s ruby-build pin used to install the newer Ruby.Bumps iOS/Bitrise build numbers from
3607to3821(includingbitrise.ymlenvs andCURRENT_PROJECT_VERSIONin the Xcode project).Written by Cursor Bugbot for commit 01116b4. This will update automatically on new commits. Configure here.