iOS 18.2 simulator not installed in image macos-14/20250224.833 #11697
Labels
Area: Apple
Area: Image administration
bug report
duplicate
This issue or pull request already exists
OS: macOS
Description
iOS 18.2 simulator not installed in image macos-14/20250224.833 broke my azure devops build for ios app.
My previous used image macos-14/20250127.727 did not have this problem.
Failed to build iOS app
Uncategorized (Xcode): Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:iOS }
════════════════════════════════════════════════════════════════════════════════
iOS 18.2 is not installed. To download and install the platform, open
Xcode, select Xcode > Settings > Platforms, and click the GET button for the
required platform.
For more information, please visit:
https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes
════════════════════════════════════════════════════════════════════════════════
This is the commit i found
ea6518e
Platforms affected
Runner images affected
Image version and build link
problem image - https://github.com/actions/runner-images/blob/macos-14/20250224.833/images/macos/macos-14-Readme.md
good image -
https://github.com/actions/runner-images/blob/macos-14/20250127.727/images/macos/macos-14-Readme.md
Is it regression?
https://github.com/actions/runner-images/blob/macos-14/20250127.727/images/macos/macos-14-Readme.md
Expected behavior
https://github.com/actions/runner-images/blob/macos-14/20250224.833/images/macos/macos-14-Readme.md should have ios 18.2 simulator installed.
Actual behavior
Uncategorized (Xcode): Unable to find a destination matching the provided destination specifier:
Repro steps
build ios
The text was updated successfully, but these errors were encountered: