Questions tagged [dsym]

On MacOSX and iOS, dSYM files are stand alone bundles containing debug symbols.

On MacOSX and iOS, dSYM files are stand alone bundles containing debug symbols.

http://lldb.llvm.org/symbols.html

194 questions
157
votes
2 answers

What's the dSYM and how to use it? (iOS SDK)

Sometimes the compiler produces .dSYM files. I guess this is a debugging related file, but I don't know what it is, and how to use it. What is a .dSYM? How do I use it?
eonil
  • 83,476
  • 81
  • 317
  • 516
139
votes
8 answers

Xcode - There are no dSYMs available for download

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…
Felipe Peña
  • 2,712
  • 4
  • 22
  • 41
64
votes
8 answers

Can't download dSYM file from iTunes connect

I need to download the dSYM file so, as I usually do, I went to iTunes connect -> My app -> Activity -> All builds -> latest version. "Include symbols" is Yes, but there is no link to download the dSYM file. The app was uploaded 3 weeks ago, so…
Luca Torella
  • 7,974
  • 4
  • 38
  • 48
64
votes
1 answer

How is a .dSYM file created?

I'm working on an app with another developer and they just submitted a release to the app store that was built on their computer. In order to make a build on my machine (that belongs to the same git commit), I have to alter the path to one of the…
couchy
  • 669
  • 1
  • 6
  • 5
60
votes
5 answers

Crashlytics: "We're missing a dSYM to process crashes"

Crashlytics says "We're missing a dSYM to process crashes" and when I try to download dSYMs from Xcode (7.1), I get "there are no dsyms available for download"
Ashish Awaghad
  • 2,822
  • 3
  • 24
  • 33
37
votes
1 answer

Firebase error: symbolFileMappings:upsert: The uploaded file is not a valid Breakpad Symbol file

I am trying to upload a dSYM file to Firebase using this command: ./Pods/FirebaseCrash/batch-upload -i ./Info.plist -p ./GoogleService-Info.plist ./service-accounts/mtb.json 78*****C-5**4-3***-***C-00*********7 But each time I run this, I get back…
Hassan Mahmood
  • 1,591
  • 2
  • 12
  • 24
27
votes
3 answers

How to run upload symbols to upload dSYMs as a part of Xcode build process?

Ok, so I'm trying to automatically upload dSYMs. I'm following instructions from this official documentation: https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports I'm stuck at "Run the upload symbols script manually" section. There…
user3554626
  • 425
  • 1
  • 5
  • 9
26
votes
3 answers

From where I need to download the dSYM from app store connect?

I regularly download dSYM from the Activity tab in app store connect. In that tab there are list of builds from their detail we can download the dSYMs. But from today after After App Store Connect update, I have seen that there is no…
Ashish Kakkad
  • 23,586
  • 12
  • 103
  • 136
26
votes
3 answers

Get the UUID that the dSYM have when archive in runtime for the application

Is there any way to get the UUID the dSYM file has from the application in runtime? I tried with a sample code I found but it returns a different UUID than the dSYM's one. Thank you.
George Taskos
  • 8,324
  • 18
  • 82
  • 147
25
votes
2 answers

There is no Download dSYM option on iTunes connect

I need to download dSYM file from iTunes Connect. I can see "Include symbols" is Yes, but there is no link to download the dSYM file. Any idea why the option is not there?
neha
  • 361
  • 6
  • 12
25
votes
7 answers

Xcode archive not creating DSYM file

For most of my projects, I setup an "archive" scheme to archive my project, creating an IPA and DSYM that I can upload to TestFlight. However, I'm working on a more complicated project that has several targets within the project workspace, quite a…
belsokar
  • 391
  • 1
  • 6
  • 8
17
votes
5 answers

Firebase Upload missing required dSYMs Not Working

Currently, I am facing issues to upload dSYMs through the new uploader script. /path/to/Fabric/upload-symbols -gsp /path/to/GoogleService-Info.plist -p /path/to/dSYMs I am getting success response by uploading the dSYMs But no change on…
Ashish Kakkad
  • 23,586
  • 12
  • 103
  • 136
15
votes
2 answers

iOS app has mysterious UUID with no matching dSYM so cannot symbolicate

I'm pretty familiar with how crash logs for iOS apps are symbolicated but this one is a head scratcher. I have MyApp with build 2345 that was released as a beta through TestFlight, using the normal Archive then Upload to App Store flow in Xcode 7.2…
OpenUserX03
  • 1,448
  • 2
  • 14
  • 21
15
votes
3 answers

.dSYM files generated from command line (Mac)

I just started coding in C, and ran someone else's Makefile with the default C compiler set to gcc. I am on Mac OSX 10.8 Mountain Lion and I believe I installed the compiler with "XCode Command Line Tools." After running "make" on command line, I…
pyrrhic
  • 1,769
  • 2
  • 15
  • 27
14
votes
1 answer

Why does not Xcode generate dSYM for static library

I try to compile library and get debug symbols with "DWARF with dSYM File" format. This works for dynamic but not for static libraries. XCode "Quick help" says that "dSYM file is not needed and will not be created for static library or object file…
Igor
  • 1,029
  • 9
  • 21
1
2 3
12 13