Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS-14 images missing iOS 18 Simulator #10114

Open
3 of 14 tasks
chadseippel opened this issue Jun 24, 2024 · 1 comment
Open
3 of 14 tasks

macOS-14 images missing iOS 18 Simulator #10114

chadseippel opened this issue Jun 24, 2024 · 1 comment
Labels

Comments

@chadseippel
Copy link

Description

While running Xcode builds against the macOS-14 pipelines, xcodebuild fails because it cannot find a scheme for iphoneos18.0. It looks like even though Xcode16.0 is installed, it's missing the iOS 18 Simulator.

If I run this command before running xcodebuild, it succeeds - "sudo xcodebuild -downloadPlatform iOS". But it adds around ~10 minutes to the build time. Can the macOS14 images have the iOS 18 simulator pre-installed?

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 11
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

Image: macos-14
Version: 20240616.1

Is it regression?

No

Expected behavior

iOS 18 Simulator does not need to be manually installed

Actual behavior

iOS 18 Simulator is missing and xcodebuild fails in Xcode16.0

Repro steps

Use macOS14 image with Xcode16 installed, run xcodebuild against iphoneos scheme

@erik-bershel
Copy link
Contributor

Hey @chadseippel!

That's true. We didn't installed Xcode 16.0 Beta 1 runtimes for macOS-14 images, only for macOS-14-arm64. We are working on it right now. Will provide the additional information later. Sorry for inconsistency. 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants