[No QA] Update Xcode version to 26.2 in Rock iOS build workflows#80797
Merged
roryabraham merged 2 commits intomainfrom Jan 28, 2026
Merged
[No QA] Update Xcode version to 26.2 in Rock iOS build workflows#80797roryabraham merged 2 commits intomainfrom
roryabraham merged 2 commits intomainfrom
Conversation
GitHub Actions runner images were updated on January 26th, making Xcode 26.2 the new default. The iOS 26.0 simulator is no longer properly available with Xcode 26.0.1, causing Rock remote iOS builds to fail with: "iOS 26.0 is not installed. Please download and install the platform" This updates the DEVELOPER_DIR to use Xcode 26.2 which has working iOS 26.2 simulators on the latest macos-15 runner images.
|
@youssef-lr Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
The staging deploy was also failing with the same iOS 26.0 simulator error, confirming that Fastlane also uses DEVELOPER_DIR and needs the same fix.
roryabraham
approved these changes
Jan 28, 2026
Contributor
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: HybridAppiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
OSBotify
pushed a commit
that referenced
this pull request
Jan 28, 2026
[No QA] Update Xcode version to 26.2 in Rock iOS build workflows (cherry picked from commit bc9e6d2) (cherry-picked to staging by roryabraham)
70 tasks
Contributor
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Contributor
|
🚀 Cherry-picked to staging by https://github.com/roryabraham in version: 9.3.10-5 🚀
|
Contributor
|
🚀 Deployed to production by https://github.com/roryabraham in version: 9.3.10-6 🚀
|
Contributor
|
🚀 Cherry-picked to staging by https://github.com/roryabraham in version: 9.3.11-0 🚀
|
Contributor
|
🚀 Deployed to production by https://github.com/Julesssss in version: 9.3.12-1 🚀
|
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.
Explanation of Change
GitHub Actions runner images were updated on January 26th, making Xcode 26.2 the new default (see announcement).
The iOS 26.0 simulator is no longer properly available with Xcode 26.0.1 on the
macos-15-xlargerunners, causing iOS builds to fail with:This affects both Rock-based remote builds and Fastlane-based deploy builds. The failures were initially masked by the S3 remote cache - builds that hit the cache succeeded (taking ~5 seconds), but any cache miss triggered an actual build which failed.
This PR updates
DEVELOPER_DIRfromXcode_26.0.apptoXcode_26.2.appin all affected iOS build workflows, which have working iOS 26.2 simulators on the latest runner images.Affected workflows:
remote-build-ios.yml(Rock builds)testBuild.yml(Rock builds)verifyHybridApp.yml(Rock builds)deploy.yml(Fastlane builds - staging deploy was also failing)Fixed Issues
$ N/A - Infrastructure fix for failing CI builds
Tests
Offline tests
N/A - CI workflow change only
QA Steps
// [No QA] - This is a CI infrastructure fix with no user-facing changes
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
N/A - CI workflow change only