twostraws / ControlRoom

A macOS app to control the Xcode Simulator.
MIT License
5.77k stars 304 forks source link

App crashes when selecting the default simulator #61

Closed dyang closed 4 years ago

dyang commented 4 years ago

Steps to reproduce:

It seems that the selectedSimulators property in SimulatorsController is unable to locate the selected simulator(s) when a simulator has "booted" as its udid.

davedelong commented 4 years ago

@dyang thank you for reporting this!

dyang commented 4 years ago

@davedelong Thanks for the quick fix!