I want to extract the dSYM file from but when I click on "Download dSYMs..." in the Organizer I get the follow message: "There are no dSYMs available for download.".
I'm using Xcode 7.2 with a workspace generated by Cocoapods 0.39.
How can I get them?
To download the processed dSYM file, in the Xcode Archives Organizer: Make sure this version of the application is available for download (either TestFlight or the iTunes store). In the Archives organizer, select the archive for this version. Click the Download dSYMs button.
A dSYM file is an ELF file that contains DWARF (debugging with attributed record formats) debug information for your application. DWARF is a debugging file format that supports source-level debugging.
dSYM file automatically for you when you use the Archive option. The created archive contains your app and its dSYM and is stored in ~/Library/Developer/xcode/Archives .
NON-BITCODE
Here's a GIF on how to get DSYMS, compress and upload to crashlytics/fabric
BITCODE ENABLED
You'll need to download dsyms from App Store Connect. The easiest would be to use fastlane
lane :refresh_dsyms do download_dsyms # Download dSYM files from App Store Connect upload_symbols_to_crashlytics # Optional for uploading to Crashlytics end
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With