ios-control / ios-sim

Command-line application launcher for the iOS Simulator
Apache License 2.0
1.49k stars 253 forks source link

Xcode 10.1 now ios-sim is missing iPhone XR,XS&XS-Max from list #235

Closed jeffborg closed 5 years ago

jeffborg commented 5 years ago

Expected behavior

Running ios-sim showdevicetypes should show iPhone-XR,XS&XS-Max on Xcode 10.1

Actual behavior.

Running ios-sim showdevicetypes Does not show these device types seems the names now have lower case R&S in them causing not to match and be removed

output from xcrun simctl list

iPhone Xs (com.apple.CoreSimulator.SimDeviceType.iPhone-XS)
iPhone Xs Max (com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max)
iPhone Xʀ (com.apple.CoreSimulator.SimDeviceType.iPhone-XR)

Note the small capital R and possibly s

Steps to reproduce the problem

Update xcode 10 to 10.1

System Specs

Please run the commands below in your Terminal.app and include it in the issue. Check when done and include results below.

kxws888 commented 5 years ago

me too

brodycj commented 5 years ago

Should be fixed in master now, will be part of upcoming 8.0 release. Unfortunately I cannot promise when it will happen.

crabbydavis commented 5 years ago

any word on when 8.0 will be released?