timsutton / speedwagon

Download iOS/tvOS/watchOS/xrOS simulators without Xcode or macOS
MIT License
118 stars 4 forks source link

Can't download any simulator runtime. #18

Open AlexBartles opened 8 months ago

AlexBartles commented 8 months ago

Hello! I'm getting an error saying "Error: accepts 1 arg(s), received 2" when I put in "speedwagon download 'tvOS 17.2' Any help appreciated!

timsutton commented 8 months ago

Try:

speedwagon download 'tvOS 17.2 beta 3'
Downloading https://download.developer.apple.com/Developer_Tools/tvOS_17.2_beta_3_Simulator_Runtime/tvOS_17.2_beta_3_Simulator_Runtime.dmg...

Since there are multiple tvOS 17.2 versions, it can't decide which one.

While we could make it default to picking the last one, Apple's loose naming makes that a bit annoying here. If someone said tvOS 17.2 beta, should it pick tvOS 17.2 beta or tvOS 17.2 beta 3? (just asking out loud :))

AlexBartles commented 8 months ago

Try:

speedwagon download 'tvOS 17.2 beta 3'
Downloading https://download.developer.apple.com/Developer_Tools/tvOS_17.2_beta_3_Simulator_Runtime/tvOS_17.2_beta_3_Simulator_Runtime.dmg...

Since there are multiple tvOS 17.2 versions, it can't decide which one.

While we could make it default to picking the last one, Apple's loose naming makes that a bit annoying here. If someone said tvOS 17.2 beta, should it pick tvOS 17.2 beta or tvOS 17.2 beta 3? (just asking out loud :))

Didn't work for me but I tried speedwagon download "tvOS 17.2 beta 3" and it worked! Now how do I start the emulator?