XcodesOrg / XcodesOrg/XcodesApp
Selecting `Cancel` on unsupported macOS prompt does not update list row state
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.6k
- Forks
- 387
- Avg merge
- 6d 7h
- Merged PRs (30d)
- 3
Description
Describe the bug
Wanted to check out Xcode 16 beta and it has a higher minimum macOS version that what I was on, so I received a prompt to "install anyway". The list row enters the loading state during the prompt. Selecting Cancel does not move the list row state back to the install state.
To Reproduce
- Attempt to install an Xcode that has a higher minimum version than host computer.
- Be prompted with a "install anyway" prompt
- Select
Cancel
Expected behavior
List row is no longer in loading state.
Related: #551, as the list row state is not updated correctly.
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 unsupported-macOS Xcode installation prompt and tracing the list row state through the Cancel action. Confirm that cancelling leaves the row in the install state rather than loading, using the related state-handling context from issue #551 if available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, swift
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100