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

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

Open NachoSoto opened 1 year ago

NachoSoto commented 1 year ago

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
MattKiazyk commented 1 year ago

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

NachoSoto commented 1 year ago

So which runtime versions will be supported for Xcode 15?

venkateshrippling commented 10 months ago

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