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

Installing this runtime requires Xcode 16.1 or greater to be selected, but is currently 16.0.0 #403

Open
artem-shmatkov opened this issue Dec 2, 2024 · 1 comment

Comments

@artem-shmatkov
Copy link

I do this:

  1. brew install xcodes aria2
  2. xcodes install 16.0 --experimental-unxip
  3. xcodes runtimes install "iOS 18.0"

Getting this error:
Error: Installing this runtime requires Xcode 16.1 or greater to be selected, but is currently 16.0.0

But it is possible to download iOS 18.0 runtime from Xcode 16.0 settings.

Is there any bugs in checking versions logic?

@MattKiazyk
Copy link
Contributor

To download runtimes, you need Xcode 16.1 selected(active) as it uses a command from that version in order to download specific runtime versions. Once you have that selected, you'll be able to run the commend xcodes runtimes install "iOS 18.0"

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

No branches or pull requests

2 participants