Selec not working
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 4.8k
- Forks
- 182
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
I cannot select an Xcode version:
...
26.0 (17A324)
26.0.1 (17A400)
26.0.1 (17A400)
26.1 (17B55)
26.1 (17B55)
26.1.1 (17B100)
26.1.1 (17B100)
26.2 (17C52)
26.2 (17C52)
26.3 (17C529)
26.3 (17C529)
26.4 (17E192)
26.4 (17E192)
paul@M-FVFFL27ZQ05P ~ % xcodes select 26.4
Available Xcode versions:
Enter the number of the Xcode to select: 26.4
Not a valid number. Expecting a whole number between 1-0, but given 26.4.
paul@M-FVFFL27ZQ05P ~ %
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
Start by reproducing the issue with xcodes select 26.4 and inspect the select command's handling of version input. The fix is complete when a version string such as 26.4 selects the matching Xcode instead of being rejected as a menu number; add or update a regression test if the existing test suite covers this command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100