xcode-install icon indicating copy to clipboard operation
xcode-install copied to clipboard

xcversion simulators has no output

Open jshier opened this issue 6 years ago • 2 comments

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.

jshier avatar Dec 08 '18 00:12 jshier

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

olyv avatar Feb 06 '19 10:02 olyv

same Xcode 14.2

sonvirgo avatar Jan 20 '23 10:01 sonvirgo