What is the command to stop running after using cordova run ios in terminal?
cordova run ios
I found one topic about this with 1 answer saying it\'s quit b
quit
I had a similar problem when running ionic cordova run browser. pushing CTRL-C just killed the terminal process but server was running in the background.
ionic cordova run browser
CTRL-C
My solution on the mac was to go to activity monitor and kill process called node.
node