Xed . command not working from root
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 4.8k
- Forks
- 182
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
I recently downloaded xcodes along with aria2 in order to manage multiple versions of Xcode. I managed to install Versions 14.2 and 15.01. As you can see in this screenshot here:
But when I try to launch my application in root I get this error. I'm not sure what it means and I've tried some searching but no good results were found.
raymondphan@Raymonds-MacBook-Pro-2 chuteplus-app % xed .
2023-10-25 10:43:42.487 xed[88722:7622470] Scripting Bridge could not launch application /Applications/Xcode-14.2.0.app.
2023-10-25 10:43:42.518 xed[88722:7622470] Scripting Bridge could not launch application /Applications/Xcode-14.2.0.app.
2023-10-25 10:43:42.518 xed[88722:7622470] Error: Error Domain=NSOSStatusErrorDomain Code=-600 "procNotFound: no eligible process with specified descriptor" UserInfo={ErrorNumber=-600}
Any ideas or possible paths to a solution?
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 xed . from the project root with Xcode-14.2.0 selected, using the reported Scripting Bridge and procNotFound errors as the starting point. Trace how xcodes selects or exposes the active Xcode installation and verify that xed . launches the application without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100