Created
September 28, 2015 09:04
-
-
Save shahdhiren/bf818fe76a8d25da86d9 to your computer and use it in GitHub Desktop.
"Show In Finder" does not work
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
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