-
-
Notifications
You must be signed in to change notification settings - Fork 357
chore(ios): Bump Testflight Xcode version to 26 #5558
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
Closed
Closed
Conversation
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
Temporarily add antonis/tesflight-sample-xcode-version branch to testflight workflow triggers to validate the build with Xcode 26.1.1 before merging. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
Contributor
Android (legacy) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| b4fa5b4+dirty | 449.55 ms | 481.50 ms | 31.95 ms |
| bc8a1ed+dirty | 442.18 ms | 476.27 ms | 34.08 ms |
| d6aa223+dirty | 543.40 ms | 564.24 ms | 20.84 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| b4fa5b4+dirty | 43.75 MiB | 48.08 MiB | 4.33 MiB |
| bc8a1ed+dirty | 43.75 MiB | 48.08 MiB | 4.33 MiB |
| d6aa223+dirty | 43.75 MiB | 48.55 MiB | 4.80 MiB |
Contributor
Android (new) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| b4fa5b4+dirty | 382.09 ms | 398.28 ms | 16.19 ms |
| bc8a1ed+dirty | 396.10 ms | 426.80 ms | 30.69 ms |
| d6aa223+dirty | 436.98 ms | 466.42 ms | 29.44 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| b4fa5b4+dirty | 43.94 MiB | 48.91 MiB | 4.97 MiB |
| bc8a1ed+dirty | 43.94 MiB | 48.91 MiB | 4.97 MiB |
| d6aa223+dirty | 43.94 MiB | 49.38 MiB | 5.44 MiB |
Contributor
iOS (legacy) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| bc8a1ed+dirty | 1194.70 ms | 1201.18 ms | 6.48 ms |
| d6aa223+dirty | 1192.33 ms | 1208.17 ms | 15.84 ms |
| b4fa5b4+dirty | 1203.83 ms | 1207.13 ms | 3.30 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| bc8a1ed+dirty | 3.44 MiB | 4.66 MiB | 1.22 MiB |
| d6aa223+dirty | 3.38 MiB | 4.67 MiB | 1.29 MiB |
| b4fa5b4+dirty | 3.44 MiB | 4.66 MiB | 1.22 MiB |
Contributor
iOS (new) Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| bc8a1ed+dirty | 1198.66 ms | 1200.60 ms | 1.94 ms |
| d6aa223+dirty | 1216.76 ms | 1213.40 ms | -3.37 ms |
| b4fa5b4+dirty | 1213.59 ms | 1211.26 ms | -2.33 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| bc8a1ed+dirty | 3.44 MiB | 4.66 MiB | 1.22 MiB |
| d6aa223+dirty | 3.38 MiB | 4.67 MiB | 1.29 MiB |
| b4fa5b4+dirty | 3.44 MiB | 4.66 MiB | 1.22 MiB |
Use macos-26 runner instead of macos-15 to ensure proper system library configurations for Xcode 26.1.1. This matches the configuration used in e2e-v2 workflow and should resolve Swift compatibility library linking issues with Sentry Cocoa 8.58.0. Refs #5556 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
…bility Remove MetalToolchain assets before building to fix Swift compatibility library linking errors (swiftCompatibility56, swiftCompatibilityPacks). This is a known Xcode 26.0.1/26.1.1 issue where the MetalToolchain interferes with Swift library resolution. Fixes linker errors: "Could not find or use auto-linked library 'swiftCompatibility56'" Refs: actions/runner-images#13135 Refs: #5556 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
📢 Type of change
📜 Description
Bump Testflight Xcode version to 26
💡 Motivation and Context
Fixes #5556
💚 How did you test it?
CI (run)
📝 Checklist
sendDefaultPIIis enabled🔮 Next steps
#skip-changelog