Mac Open Simulator from Terminal

  1. Buka terminal
  • Cara pertama :
  1. Ketik : open -a Simulator.app (enter) or
  2. Selesai
  • Cara kedua :
  1. Untuk melihat list simulator, ketik : xcrun simctl list (enter)
  2. Ketik : Simulator -CurrentDeviceUDID <your-device-id>
  3. Selesai

For more documentation, read here.

Comments