You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ios): download specific runtime version instead of latest
Pass -buildVersion to xcodebuild -downloadPlatform so it downloads the
exact runtime version requested by the device definition (e.g., iOS 26.3)
rather than whatever is latest for the current Xcode (e.g., iOS 26.4).
This was causing iOS E2E failures on runners with Xcode 26.4, which only
ships with the iOS 26.4 beta runtime. The download command would fetch
26.4 again instead of the requested 26.3 stable runtime.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments