XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.
MIT License
3.59k stars 119 forks source link

Xed . command not working from root #324

Open raymondphan00 opened 8 months ago

raymondphan00 commented 8 months ago

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:

image

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?