Skip to content

Use Xcode 26.4.1 in CI#338

Merged
mokagio merged 6 commits into
tvos_supportfrom
mokagio/xcode-26.4.1
Apr 24, 2026
Merged

Use Xcode 26.4.1 in CI#338
mokagio merged 6 commits into
tvos_supportfrom
mokagio/xcode-26.4.1

Conversation

@mokagio

@mokagio mokagio commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

When I approved #336 , I noticed the test failure. At first, I thought it was a flaky test but upon further investigation it turned out to be due to the tests for the demo app sneaking into the test plan run in CI for iOS.

It unnecessary to run those tests, given that: 1) the demo app is for internal dev only and 2) they are template only.

This PR restores the iOS test plan to how it was prior, and updates the tooling to latest Xcode 26.4.1 along the way.


  • I have considered if this change warrants release notes and have added them to the appropriate section in the CHANGELOG.md if necessary. - N.A.

mokagio and others added 6 commits April 23, 2026 14:58
The TracksDemoTests target only contains template app-hosted tests. Running it launches TracksDemo.app during the iOS lane, which adds demo bootstrap requirements without useful coverage.

---

Generated with the help of Codex, https://openai.com/codex

Co-Authored-By: Codex <noreply@openai.com>
CI creates the demo Secrets.swift from the sample file, which leaves the Sentry DSN empty. Use a valid dummy DSN so crash logging initialization does not abort demo app bootstrap.

---

Generated with the help of Codex, https://openai.com/codex

Co-Authored-By: Codex <noreply@openai.com>
Xcode 26.4.1 exposes mismatched SDK versions through xcodebuild and simctl, which breaks fastlane's automatic simulator detection. Pass the simulator destination directly to avoid that fastlane lookup.

---

Generated with the help of Codex, https://openai.com/codex

Co-Authored-By: Codex <noreply@openai.com>
Exercise fastlane simulator detection with the current iPhone simulator instead of bypassing scan with an explicit destination.

---

Generated with the help of Codex CLI, https://openai.com/codex

Co-Authored-By: Codex <noreply@openai.com>
@mokagio mokagio self-assigned this Apr 24, 2026
@mokagio
mokagio marked this pull request as ready for review April 24, 2026 01:43
@mokagio mokagio mentioned this pull request Apr 24, 2026
1 task

@SergioEstevao SergioEstevao left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good

@mokagio
mokagio merged commit 6d13308 into tvos_support Apr 24, 2026
5 checks passed
@mokagio
mokagio deleted the mokagio/xcode-26.4.1 branch April 24, 2026 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants