Skip to content

Instantly share code, notes, and snippets.

@ivira
Created October 29, 2014 16:16
Show Gist options
  • Save ivira/b701ac52dea93f6cb9da to your computer and use it in GitHub Desktop.
Save ivira/b701ac52dea93f6cb9da to your computer and use it in GitHub Desktop.
Find dSYM by UUID, when mdfind doesn't work
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