Skip to content

fix(ci): use generic iOS Simulator destination for CI build#4152

Merged
mfazekas merged 1 commit intomainfrom
fix/ci-android-ios-breaks
Feb 16, 2026
Merged

fix(ci): use generic iOS Simulator destination for CI build#4152
mfazekas merged 1 commit intomainfrom
fix/ci-android-ios-breaks

Conversation

@mfazekas
Copy link
Contributor

Summary

  • Use generic/platform=iOS Simulator as the xcodebuild destination for CI builds instead of pinning to a specific OS version and device name, which can fail when simulators aren't pre-created on the runner
  • Remove pinned os version from the detox simulator.ci device config so it picks whatever iOS version is available

The CI build was failing because the xcodebuild destination specified
OS=18.6 which may not have simulators pre-created on all macos-15
runner instances. Use generic/platform=iOS Simulator for the build
step, and drop the pinned os version from the detox device config
so it picks whatever is available.
@mfazekas mfazekas merged commit 1551a06 into main Feb 16, 2026
7 checks passed
@mfazekas mfazekas deleted the fix/ci-android-ios-breaks branch February 16, 2026 07:22
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