ios-control / ios-sim

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

--devicetypeid was not specified, using first available device: null. #264

Open shinokada opened 4 years ago

shinokada commented 4 years ago

ios-sim start "iPhone-11, 13.1"

Expected behavior

Start an simulator

Actual behavior.

This command outputs,

--devicetypeid was not specified, using first available device: null. Cannot read property 'state' of undefined

System Specs

Software:

System Software Overview:

  System Version: macOS 10.15 (19A602)
  Kernel Version: Darwin 19.0.0
  Boot Volume: Macintosh HD
  Boot Mode: Normal
  Computer Name: Shinichi’s MacBook Pro
  User Name: Shinichi Okada (shinokada)
  Secure Virtual Memory: Enabled
  System Integrity Protection: Enabled
  Time since boot: 8 days 4:53
Xcode 11.1
Build version 11A1027
image
manuelescrig commented 4 years ago

+1

gaidukov-nikita commented 4 years ago

Was able to run my app with this command ios-sim launch /path/to/App.app -d iPhone-11

sultan-arshi commented 4 years ago

+1

MoseDien commented 2 years ago

Can't use ios-sim for a long time. I have to turn to "xcrun simctl install booted /path/to/your/app".