You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running npx ios-sim showdevicetypes should show the devices that came with Xcode and the manually added devices.
Actual behavior.
It shows just the devices that came with Xcode.
Steps to reproduce the problem
In Xcode, click the "Window" menu and choose "Devices and Simulators"
Click "Simulators"
Click the + in the bottom-left corner of the window
Set the "Simulator Name" field to "iPhone SE"
Set the "Device Type" dropdown menu to "iPhone SE (1st generation)"
Set the "OS Version" dropdown menu to "iOS 13.5"
Click the "Create" button
Run npx ios-sim showdevicetypes and observe that the output has only one iPhone SE, which is iPhone-SE--2nd-generation-, 13.5
System Specs
$ system_profiler SPSoftwareDataType
Software:
System Software Overview:
System Version: macOS 10.15.5 (19F101)
Kernel Version: Darwin 19.5.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Computer Name: Adam Taylor’s MacBook Pro
User Name: Adam Taylor (adam)
Secure Virtual Memory: Enabled
System Integrity Protection: Enabled
Time since boot: 11 days 18:06
$ npx ios-sim --version
ios-sim/9.0.0 darwin-x64 node-v12.14.0
$ xcodebuild -version
Xcode 11.5
Build version 11E608c
$ xcode-select --print-path
/Applications/Xcode.app/Contents/Developer
$ node --version
v12.14.0
The text was updated successfully, but these errors were encountered:
Expected behavior
Running
npx ios-sim showdevicetypes
should show the devices that came with Xcode and the manually added devices.Actual behavior.
It shows just the devices that came with Xcode.
Steps to reproduce the problem
npx ios-sim showdevicetypes
and observe that the output has only one iPhone SE, which isiPhone-SE--2nd-generation-, 13.5
System Specs
The text was updated successfully, but these errors were encountered: