Monday, August 29, 2011

Quit Xcode via command-line

1) open Applications >> terminal

2) type, "ps aux 1 grep Xcode" >> Enter.

The above command will list a set of lines with possible xcode processes. Select the one which has the 2nd index statement of 4 digit number(????) with "xcode" in that line.

3) Now, type, "kill -9 ????" >> Enter.

No comments:

Post a Comment