Last active
July 17, 2021 11:53
-
-
Save fhefh2015/21628878bb3958bca61f0e53cba0e905 to your computer and use it in GitHub Desktop.
Xcode 语法高亮失效修复: kill SourceKit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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