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
14
votes
1 answer

Download dSYMs from Xcode Organizer i get this error "Missing App Record"

I try to download symbols to debug a crash log that send me a client (ipa signed with ad hoc distribution), but when I click "Download dSYMs" in Organizer I get this error:
christian mini
  • 1,662
  • 20
  • 39
14
votes
2 answers

How to create dSYM file in XCode 7.0

I am creating dSYM file in XCode 7.0, After archiving my project, I can't find my dSYM file. I referred to lots of sites from stack overflow and followed many instructions but I could not find my dSYM file on any Folder available. Please any one…
Vinayak
  • 329
  • 1
  • 3
  • 10
13
votes
1 answer

How to include dSYM file of an embedded framework to an app archive

My app uses some 3rd party framework. I have a framework itself and dSYM file for it. When archiving my app, the archive does not contain the dSYM file for this framework. It contains other dSYM files for ther frameworks that're included via Cocoa…
DoN1cK
  • 595
  • 7
  • 22
12
votes
1 answer

Xcode does not generate DYSM for SPM dependencies

Xcode is not generating dSYM files for my three SPM dependencies. I have tried creating a new Swift only project and including a SPM package like CocoaLumberJack and even there I am not given a dSYM for release. I am using Xcode 12.0.1, I have…
GlorySaber
  • 367
  • 2
  • 12
12
votes
4 answers

New Xcode 10 Generating dsym File issue

In Xcode 9 it's working perfectly and Xcode 10 my mac is hanging when generating dSYM file. I am using MobileVLCKit for playing Live Radio Streaming URL and when I removed MobileVLCKit then it's work in Xcode 10 also. Anyone help me out from this…
Jaydip Godhani
  • 185
  • 2
  • 14
12
votes
2 answers

How to get the dSYM file from the ipa file available on App Store

There is a way to get a dSYM file from the ipa file that is available in App Store? I've lost my archives that had that dSYM particularly. Can I do that? I need the dSYM to upload to Crittercism. Thanks in advance.
reinaldoluckman
  • 6,317
  • 8
  • 42
  • 50
11
votes
1 answer

Unable to download dSYM's from Organizer

I am getting an error when trying to download dSYM-files from my app in app store. I am tapping "Download dSYM" in the "Organizer" of Xcode. (See image below) The error I am getting is the following: Your user account is attached to several iTunes…
ullstrm
  • 9,812
  • 7
  • 52
  • 83
11
votes
1 answer

How to open the .dSYM package to view the symbols list?

I read that the symbols list of an IOS app are in the .dSYM. I would like to view the entire list of symbols, do you guys know what tool do I need to use to extract this information from this package? thanks -Malena
malena
  • 798
  • 11
  • 26
10
votes
2 answers

New Firebase Crashlytics SDK missing dSYM UUID

I am trying to upgrade Fabric Crashlytics SDK to New Firebase Crashlytics SDK. I've followed New Firebase Crashlytics instructions. The problem is that given Firebase Crashlytics dsym file's UUID does not match with archive dsym files UUIDs. I've…
Kaan Ozdemir
  • 165
  • 2
  • 9
10
votes
1 answer

I cannot download dSYM files from App Store Connect and Xcode

I need to get dSYM to use Firebase Crashlytics. When I tried to get it from Xcode, I got this message below Xcode Message Then, I tried to get from App Store Connect. There was no button to download it. App Store Connect Image Finally, I got dSYM…
Yuji Hamada
  • 179
  • 1
  • 10
10
votes
6 answers

How to symbolicate crashes in Xcode 7.3?

Can you help me get my crashes symbolicated? In Xcode 7.3, Window -> Organizer -> Crashes, I have crash reports from my latest TestFlight builds. They were built on this Mac, and all the archives with the corresponding dSYMs are in the Archives tab.…
niklassaers
  • 8,480
  • 20
  • 99
  • 146
9
votes
0 answers

No dSYMs were found for Version x.x.x

I am getting the Crashlytics detected a missing dSYM for version 1.2.1 error. I got No dSYMs were found for Version 1.2.1 when I was trying to get the dsym file from xcode. I was trying to get the dsym file from app store -> testflight -> Build…
9
votes
1 answer

How to get dSYM files for firebase

I am working on an iOS project in which I have integrated the firebase crashlytics which is working but in firebase console it says to upload get dSYM files , How can I get a dSYM file, in latest Xcode 13
Dark_Clouds_369
  • 658
  • 1
  • 6
  • 24
8
votes
0 answers

How can I look up which dSYMs have been uploaded to Firebase Crashlytics?

I recently added Crashlytics support to an iOS app. I've uploaded my app's dSYMs using the upload-symbols script, and it reported no errors. In the Crashlytics console, however, I see that some required dSYMs are missing, but I have no way of…
NRitH
  • 13,441
  • 4
  • 41
  • 44
8
votes
2 answers

Remove Fabric missing dsym warning message without uploading the dsym

I've accidentally caused a crash on Xcode build under the same version number of the production app, and now I have the following warning always showing on the dashboard: "Found x unsymbolicated crashes from missing dSYMs..." My question is, in…
Nadav96
  • 1,274
  • 1
  • 17
  • 30
1
2
3
12 13