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
Actually killall "Simulator"
works for me, just add quotation marks. Or you can check in Activity Monitor how Simulator process is named.
killall "iOS Simulator"
is the correct syntax.
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.