Skip to content

Fix tvOS CI by installing simulator runtime#105

Merged
devxoul merged 1 commit intomainfrom
fix/tvos-simulator-ci
Mar 4, 2026
Merged

Fix tvOS CI by installing simulator runtime#105
devxoul merged 1 commit intomainfrom
fix/tvos-simulator-ci

Conversation

@devxoul
Copy link
Copy Markdown
Owner

@devxoul devxoul commented Mar 4, 2026

Summary

  • The macos-15 runner (Xcode 16.4) no longer ships with a pre-installed tvOS Simulator runtime, causing the tvOS CI job to fail with Unable to find a device matching the provided destination specifier.
  • Add xcodebuild -downloadPlatform tvOS step that runs only for the tvOS matrix entry before build/test.

Summary by cubic

Fix tvOS CI by installing the tvOS Simulator runtime on macOS 15 (Xcode 16.4) runners. Adds a conditional step (xcodebuild -downloadPlatform tvOS) that runs only for the tvOS matrix to restore simulator devices and stop “Unable to find a device matching the provided destination specifier” failures.

Written for commit 4a0c804. Summary will update on new commits.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1 file

@devxoul devxoul merged commit 808ebb1 into main Mar 4, 2026
5 checks passed
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.

1 participant