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
macOS 14 (Intel) worker machines with Xcode 16.2 installed are missing the iOS 18.2 SDK. Unknown if this affects Arm64 workers.
This causes the following error during the Xcode archive step:
2025-01-08T22:06:35.5044390Z xcodebuild: error: Unable to find a destination matching the provided destination specifier:
2025-01-08T22:06:35.5162020Z { generic:1, platform:iOS }
2025-01-08T22:06:35.5182120Z
2025-01-08T22:06:35.5184510Z Ineligible destinations for the "***********" scheme:
2025-01-08T22:06:35.5187250Z { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device, error:iOS 18.2 is not installed. To use with Xcode, first download and install the platform }
2025-01-08T22:06:35.5578370Z ##[error]Error: /usr/bin/xcodebuild failed with return code: 70
Hi @lardieri We began our weekly deployment of macOS 14 and macOS 14-arm64 images on Monday. The current Xcode version, 16.2 Release Candidate along with iOS 18.2 SDK, is expected to be available within 1–2 days. We will provide an update here once the VM rollout is complete. Thank you for your patience.
Description
macOS 14 (Intel) worker machines with Xcode 16.2 installed are missing the iOS 18.2 SDK. Unknown if this affects Arm64 workers.
This causes the following error during the Xcode archive step:
2025-01-08T22:06:35.5044390Z xcodebuild: error: Unable to find a destination matching the provided destination specifier:
2025-01-08T22:06:35.5162020Z { generic:1, platform:iOS }
2025-01-08T22:06:35.5182120Z
2025-01-08T22:06:35.5184510Z Ineligible destinations for the "***********" scheme:
2025-01-08T22:06:35.5187250Z { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device, error:iOS 18.2 is not installed. To use with Xcode, first download and install the platform }
2025-01-08T22:06:35.5578370Z ##[error]Error: /usr/bin/xcodebuild failed with return code: 70
Relevant YAML
Platforms affected
Runner images affected
Image version and build link
2025-01-08T22:03:43.6644350Z ##[section]Starting: Initialize job
2025-01-08T22:03:43.6646710Z Agent name: 'Hosted Agent'
2025-01-08T22:03:43.6647170Z Agent machine name: 'Mac-1736371874433'
2025-01-08T22:03:43.6647410Z Current agent version: '3.248.0'
2025-01-08T22:03:43.6675680Z ##[group]Operating System
2025-01-08T22:03:43.6675890Z macOS
2025-01-08T22:03:43.6676020Z 14.7.2
2025-01-08T22:03:43.6676150Z 23H311
2025-01-08T22:03:43.6676290Z ##[endgroup]
2025-01-08T22:03:43.6676460Z ##[group]Runner Image
2025-01-08T22:03:43.6676640Z Image: macos-14
2025-01-08T22:03:43.6676810Z Version: 20250106.587
Is it regression?
Yes
Expected behavior
Build completes successfully, as it does on Xcode 16.1
Actual behavior
Error: iOS 18.2 is not installed. To use with Xcode, first download and install the platform
Repro steps
The text was updated successfully, but these errors were encountered: