XcodesOrg / xcodes

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

Beta version being downloaded instead of Released one for Xcode 15.0 #320

Open gmogames360 opened 1 year ago

gmogames360 commented 1 year ago

Hi there,

When running % xcodes install 15.0 --experimental-unxip --use-fastlane-auth --empty-trash --select I always get

Downloading with aria2 (/opt/homebrew/bin/aria2c)
(1/6) Downloading Xcode 15.0.0-Beta+15A5160n: 32%

Only when I use --latest is when it downloads the correct version.

Is there a way to specify I want the release version and not the beta when using just the version number and not the build number?

budidino commented 11 months ago

use "15.0 (15A240d)" instead of 15.0 basically: xcodes install "15.0 (15A240d)"