XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't list or download runtimes

ViktorEvil opened this issue · comments

Tried using xcodes runtimes to get a list of available runtimes but get this error instead
Error: Failed executing: `/usr/bin/xcrun simctl runtime list -j` (72).

I can however download the runtime using
sudo xcodes runtimes install "iOS 17.2"
but get this error

Downloading with aria2 (/opt/homebrew/bin/aria2c)
Downloading Runtime iOS 17.2: 99%
Installing Runtime
Error: Failed executing: `/usr/bin/xcrun simctl runtime add /Users/allan/Downloads/iOS_17.2_Simulator_Runtime.dmg` (72).

M1 Macbook Pro
MacOS 14.2.1
Xcode 15.2

got it working by running
xcode-select -s /Applications/Xcode.app

was a bit hasty with the issue report