Skip to content

Instantly share code, notes, and snippets.

@fhefh2015
Last active July 17, 2021 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fhefh2015/21628878bb3958bca61f0e53cba0e905 to your computer and use it in GitHub Desktop.
Save fhefh2015/21628878bb3958bca61f0e53cba0e905 to your computer and use it in GitHub Desktop.
Xcode 语法高亮失效修复: kill SourceKit
ps aux | grep SourceKit | grep -v grep | awk '{print $2}' | xargs kill -9
# How to kill results from ps & grep | Altar Moss
# https://altarmoss.wordpress.com/2017/05/27/how-to-kill-results-from-ps-grep/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment