-1

killall Simulator

No matching processes belonging to you were found

Its not working for me, i refered the link but doesn't contain correct answer

VMS
  • 137
  • 2
  • 8

3 Answers3

1

Actually killall "Simulator" works for me, just add quotation marks. Or you can check in Activity Monitor how Simulator process is named.

selma.suvalija
  • 675
  • 9
  • 14
  • Its not work for me. Same error "No matching processes belonging to you were found" – VMS May 18 '20 at 09:34
0
killall "iOS Simulator"

is the correct syntax.

Józef Podlecki
  • 10,453
  • 5
  • 24
  • 50
joshua k
  • 21
  • 3
  • Its not work for me. Same error "No matching processes belonging to you were found" – VMS May 18 '20 at 09:34
0

xcrun simctl shutdown booted shuts down all running simulators.

https://github.com/twostraws/ControlRoom provides a nice GUI for this and has tons of other options.

Gereon
  • 17,258
  • 4
  • 42
  • 73