Created
October 29, 2014 16:16
-
-
Save ivira/b701ac52dea93f6cb9da to your computer and use it in GitHub Desktop.
Find dSYM by UUID, when mdfind doesn't 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
find . -name '*.dSYM' -exec dwarfdump --uuid '{}' \; | grep <UUID> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment