Created
December 11, 2008 20:01
-
-
Save sbrocket/34848 to your computer and use it in GitHub Desktop.
This file contains 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
[~/somepath][14:57:37 bryan]$ mdfind "com_apple_xcode_dsym_uuids == 6EF8A55A-5697-AF8C-9420-D9AEDE397983" | |
/Users/bryan/Dropbox/Development/build/Distribution-iphoneos/Equivalence.app.dSYM | |
/Users/bryan/Dropbox/Development/dSYM_Archive/Distribution/2008-12-07-201354/Equivalence.app.dSYM | |
[~/somepath][15:00:03 bryan]$ symbolicatecrash -v Equivalence.crash Equivalence.app.dSYM | |
...snipsnip... | |
.............fetching symbol file for Equivalence--[undef] | |
Searching []...-- NO MATCH | |
Searching in Spotlight for dsym with UUID of /var/mobile/Applications/FE447955-7BE3-49A5-A272-3D53395DEEEF/Equivalence.app/Equivalence | |
Running mdfind "com_apple_xcode_dsym_uuids == 6EF8A55A-5697-AF8C-9420-D9AEDE397983" | |
dsym directory: \/Users\/bryan\/Dropbox\/Development\/build\/Distribution\-iphoneos\/Equivalence\.app\.dSYM\ | |
\/Users\/bryan\/Dropbox\/Development\/dSYM_Archive\/Distribution\/2008\-12\-07\-201354\/Equivalence\.app\.dSYM | |
paths: /Users/bryan/Dropbox/Development/build/Distribution-iphoneos/Equivalence.app{,/Equivalence,/Contents/MacOS/Equivalence} | |
Did not find executable for dsym | |
## Warning: Can't find any unstripped binary that matches version of /var/mobile/Applications/FE447955-7BE3-49A5-A272-3D53395DEEEF/Equivalence.app/Equivalence | |
...snipsnip... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment