Open jshier opened 5 years ago
I have a bit different situation but the list of simulators is empty too.
When I execute a command xcversion simulators
, it shows me list of scodes installed but no simulators
Xcode 9.2 (/Applications/Xcode_9.app)
Xcode 10.1 (/Applications/Xcode.app)
and as a result for simulators --install='iOS 11.2'
the output is
[!] No simulator matching iOS 11.2 was found. Please specify a version from the following available simulators:
Xcode 9.2 (/Applications/Xcode_9.app)
Xcode 10.1 (/Applications/Xcode.app)
Not sure what can cause this issue
same Xcode 14.2
I've run into a situation where
xcversion
finds no simulators installed and none available to install on a machine with Xcode 10 and 10.1 installed. This machine worked fine until the recent 10.13 security update, after which all Xcode 10 requiring simulators became invisible. Strangely, Xcode 9.4 and 9.3 were also install and their simulators were visible just fine. I've removed those Xcodes, but the problem persists.I've now reinstalled just Xcode 10.1 on the machine and still
xcversion
lists no output.