解決 Finder緩慢顯示檔案
今天遇到Finder 顯示檔案很慢, 明明透過 terminal可以列出很多檔案, 但是透過Finder點選卻是空的資料夾
在網路上找到很多相關解法, 關鍵字像是 com.apple.IconServicesAgent, cpu, Finder, com.apple.finder.plist, slow
把找到的方法整理如下, 但是我的root cause 其實是跟xcode6 GM有關, 換回xcode5 問題就都消失了
IconServicesAgent
打開 Activity Monitor會發現檔案顯示不出來的時候 com.apple.IconServicesAgent usage 異常的高
可以透過
mkdir ${TMPDIR}/com.apple.IconServices
解決
Reference
com.apple.finder.plist 重置
rm ~/Library/Preferences/com.apple.finder.plist&killall Finder
Reference
總結
上述兩個問題的現象我都有觀察到, 也都做了 但是沒有解決問題
如果碰到類似問題 不妨重新安裝xcode 試試看