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

`runtimes install` does not work with `Xcode 15`

NachoSoto opened this issue · comments

After installing a runtime:

sudo xcodes runtimes install "iOS 13.7"

The runtime is then not there:

xcrun simctl list

== Runtimes ==
iOS 17.0 (17.0 - 21A5248u) - com.apple.CoreSimulator.SimRuntime.iOS-17-0
tvOS 17.0 (17.0 - 21J5273p) - com.apple.CoreSimulator.SimRuntime.tvOS-17-0
watchOS 10.0 (10.0 - 21R5275s) - com.apple.CoreSimulator.SimRuntime.watchOS-10-0

@NachoSoto - How you download extra runtimes have changed a lot and I believe old versions aren't supported this way you're wanting. Sorry

So which runtime versions will be supported for Xcode 15?

@NachoSoto - How you download extra runtimes have changed a lot and I believe old versions aren't supported this way you're wanting. Sorry

@MattKiazyk is there any update on this one?