Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to stop running Xcode

Tags:

xcode

Does anyone know how to force Xcode to stop running. I updated to 6.2 but now its not working correctly. I need to quit Xcode to either finish the update or uninstall and reinstall. Quite Xcode from the menu isn't available. Can't drag it to the trash because it says it is still running. Command Q doesn't stop it either. Sorry, new to Mac and advice is appreciated.

like image 721
Harry Avatar asked Oct 16 '25 10:10

Harry


2 Answers

Click the Apple logo in the top left and then "Force Quit", or alternatively command+option+escape. You should be able to close the application from here.

like image 50
Donald Avatar answered Oct 18 '25 00:10

Donald


You can quit any process with Xcode in its name from command line.

kill $(ps aux | grep 'Xcode' | awk '{print $2}')

like image 23
Quinn Keaveney Avatar answered Oct 17 '25 23:10

Quinn Keaveney



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!