XcodesOrg / XcodesApp

The easiest way to install and switch between multiple versions of Xcode - with a mouse click.
MIT License
6.79k stars 294 forks source link

aria2c failure when downloading any version of Xcode #367

Open dnedrow opened 1 year ago

dnedrow commented 1 year ago

When attempting to download any version of Xcode using Xcodes.app, I now get the following error:

aria2c error: Could not create directory

Steps to reproduce Simply launch 1.10.0 and attempt to download a version of Xcode.

Expected behavior Specified Xcode version is installed.

Version

vanessa-hatch commented 1 year ago

I just ran into this. It turned out my Local Cache Path pointed to a directory that didn't exist anymore. What I did to fix it:

  1. Go to Settings
  2. Click the Advanced tab
  3. New to Local Cache Path, click Change
  4. .. then choose a new location.

Hope that helps!

kevnm67 commented 1 year ago

@dnedrow I had the same issue and tried to get around it by installing the xcodes cli. It didn't work either. However, the path to xcodes (e.g. /opt/homebrew/Caskroom/) was included in the output so I manually trashed XcodesApp from the Caskroom path. After reinstalling XcodesApp, Im able to successfully install Xcode versions.