xcodes icon indicating copy to clipboard operation
xcodes copied to clipboard

install with --path does not work

Open faithfracture opened this issue 3 years ago • 1 comments

I've downloaded a versions with xcodes download 14 beta 2 and then later came back to try and install with xcodes install 14.0 --path /path/to/Xcode-14.0.0-Beta.2.xip and I always get "Could not find Xcode version 14.0". I've tried re-naming the xip to something more simple and always get the same error. Am I doing something wrong or is this broken?

faithfracture avatar Jul 01 '22 20:07 faithfracture

For me it worked when I gave the full path rather than a relative path:

xcodes install 14.0.1 --path ~/Downloads/Xcode-14.0.1+14A400.xip

samwyndham avatar Sep 29 '22 07:09 samwyndham