XcodesApp icon indicating copy to clipboard operation
XcodesApp copied to clipboard

aria2c failure when downloading any version of Xcode

Open dnedrow opened this issue 2 years ago • 3 comments

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

  • OS: macOS 13.2.1
  • Xcodes: 1.10.0
  • 16" MacBook Pro M1 (2021) Xcodes-aria2c-error

dnedrow avatar Mar 14 '23 20:03 dnedrow

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!

vanessa-hatch avatar Apr 24 '23 17:04 vanessa-hatch

@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.

kevnm67 avatar Jun 26 '23 19:06 kevnm67