xcodes
xcodes copied to clipboard
The best command-line tool to install and switch between multiple versions of Xcode.
I'm constantly getting hit by this error: > Xcode.xip can’t be expanded because the current volume doesn’t have enough free space.  I DO have x2 - x5 times...
Steps: 1. `brew install --cask xcodes` to install the GUI app 2. `brew install robotsandpencils/made/xcodes` to install the CLI Behaviour: ``` $ xcodes version zsh: command not found: xcodes $...
Because math. But seriously - I'm not sure if it was because my laptop was going to sleep when I closed the lid or what. The download eventually failed.
A recent change in Apple's 2FA a few days ago breaks xcodes' authentication. ``` $ xcodes update You must sign in to https://appstoreconnect.apple.com and acknowledge the Apple ID & Privacy...
Right now it's possible to install a `*.xip` file from a local FS. It will be great to be able to install Xcode from a remote URL. I see two...
``` $ xcodes update [...] 12.5 Beta 3 (12E5244e) 12.5 Release Candidate (12E262) $ xcodes install 12.5 Beta 3 (1/6) Downloading Xcode 12.5.0-Beta.3+12E5244e: 1% ^C $ xcodes install 12.5 Release...
This should involve expanding Logging.log with different logging levels, like debug, info, warn and error. A global log level would determine which log messages were actually output. Increasing log levels...
Recently there was both an 11.7 beta and a 12.0 beta available at the same time. I forgot that this situation can happen when I implemented #95. As a result...
Not sure of the details of this yet, but had a user that was running `xcodes update`, signing in successfully, then got this error output: ``` The operation couldn't be...
A common flow is: 1. Oh! A new Xcode 12.0.1 has been released 1. Open Terminal ``` $ xcodes install 12.0.1 Could not find version 12.0.1. ``` 😔 ``` $...