Installing this runtime requires Xcode 16.1 or greater to be selected, but is currently 16.0.0
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 4.8k
- Forks
- 182
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
I do this:
- brew install xcodes aria2
- xcodes install 16.0 --experimental-unxip
- 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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with brew install xcodes aria2, xcodes install 16.0 --experimental-unxip, and xcodes runtimes install "iOS 18.0". Trace the runtime installation version check and compare its requirement with what Xcode 16.0 supports. Done means the command handles iOS 18.0 correctly when Xcode 16.0 is selected, with validation covering the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, swift
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100