Skip to content

Instantly share code, notes, and snippets.

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 shahdhiren/bf818fe76a8d25da86d9 to your computer and use it in GitHub Desktop.
Save shahdhiren/bf818fe76a8d25da86d9 to your computer and use it in GitHub Desktop.
"Show In Finder" does not work
Problem:
--------
Sometimes it happens that "Show in Finder" does not work to open in new window.
Also, in Xcode when you right click any file and try to "Show in Finder" it does not show up.
Solution:
---------
As an alternative to this bug's solution, try to run below terminal command:
sudo killall -KILL appleeventsd
Reference:
----------
- http://dae.me/blog/1511/show-in-finder-not-working-in-mountain-lion/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment