how to stop after “cordova run ios”

后端 未结 10 849
我在风中等你
我在风中等你 2020-12-16 20:12

What is the command to stop running after using cordova run ios in terminal?

I found one topic about this with 1 answer saying it\'s quit b

10条回答
  •  一整个雨季
    2020-12-16 20:34

    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.

    My solution on the mac was to go to activity monitor and kill process called node.

提交回复
热议问题