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
Xcode shouldn't be running if you are building your project using cordova cli. This will most likely solve your problem.