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
1
vote
0 answers

Xcode 5 DSYM file not found in instruments

I am trying to use instruments to profile my code, in XCode 5, but it is not finding my dsym file, when I attempt to set the dsym file manually using file->symbols in instruments the library parent directory under which the dsym file is created is…
Speckpgh
  • 3,332
  • 1
  • 28
  • 46
1
vote
2 answers

iOS Crash Report - how to find crashing place

lastly I uploaded app to appstore. I am using also Flurry analytics, and few errors were captured there. I tried to attach dSYM file to make it more readable, however I am not sure which part of such log changes into human readable text. Other…
MP23
  • 1,763
  • 20
  • 25
1
vote
0 answers

Where to look for app binary and .dsym file in corona Project

I am creating an app in corona SDK.But unfortunately my app crashes sometimes on my iPad and through console I found out that crash report has been built and saved. I look at this crash report in xcode but it didn't symbolicate it properly. I…
aneela
  • 1,457
  • 3
  • 24
  • 45
1
vote
1 answer

Parsing dSYM (Mach-O) File. Issue with Endianness

I'm trying to write a simple parser for the mach-o file that is included inside the dSYM file. When I open the file on a hex editor (Hex Fiend or Hex dump on TextWrangler). I see something like this. CEFAEDFE 0C000000 0B000000 0A000000 07000000…
Roberto
  • 3,487
  • 1
  • 22
  • 24
1
vote
0 answers

about iOS stack trace symbol

I have some bug report from NSLog(@"Stack trace: %@", [exception callStackSymbols]); But I can't locate this bug from my source code. I use this command to know where it crash, but it show unrelated part of code. atos -arch armv7 -o…
Bruce Tsai
  • 1,440
  • 2
  • 12
  • 18
0
votes
0 answers

xcodebuild archive command does not create dSYM files inside the .xcarchive when running through Github actions

I am using Github actions to automate the build/deploy process for a project, and so within my .yml file, I have a step that uses the xcodebuild archive command to generate a .xcarchive file. The .xcarchive file is successfully created, however the…
WY34
  • 261
  • 3
  • 10
0
votes
0 answers

DSYM uploaded without version UUID

On iOS, I am sending the DSYMs files using the follow fastlane script: fastlane run upload_symbols_to_crashlytics But for some reason the DSYMs are appearing without version in Crashlytics, I tried to send it manually using the command line from…
Matheus Weber
  • 194
  • 2
  • 3
  • 14
0
votes
0 answers

How can i automatically upload dSYM files to my server without using any third party library in swift?

I am working on my crash reporting SDK and I need dSYM files to symbolicate my crashes. How can I automatically upload them to my own server for symbolication purposes? I've looked around quite a lot, but every question seems to be addressing…
Abu Bäkr
  • 313
  • 1
  • 2
  • 10
0
votes
0 answers

Firebase automate uploading dsyms - Swift package manager

We have added dependencies via SPM. Can we automate uploading dsyms with this configuration or we have to add the Firebase package using Cocoapods or Carthage. This is my script for uploading symbols when firebase sdk is added via SPM and it doesn't…
Taimur Ajmal
  • 2,778
  • 6
  • 39
  • 57
0
votes
0 answers

Crash free rate with unprocessed crashes

I have a question of how Crashlytics calucalating crash free rate? I have some unprocessed crashes because of missing dSYMs and cannot fix it right away, but just want to know if crash free rate is still valid with this unprocessed crashes, or…
Anton Rodzik
  • 781
  • 4
  • 14
0
votes
0 answers

How to get dSYM File Xcode 14.2 builds, App Store Connect no longer provides it?

We are using Azure DevOps to upload our builds to TestFlight. We are using Xcode 14.2 to build our apps. Bitcode is disabled. I can no longer download the dSYM files from iTunes connect store. Since the builds are made using Azure we do not have the…
user866821
  • 245
  • 5
  • 13
0
votes
0 answers

Firebase/Crashlytics - upload 1 dSYM file to process them. error why?

Mine is Xcode 14.2 version and I have installed Firebase/Crashlytics pod successfully in project then i add 2 crashes in code and run the code in simulator and hit that crashes in simulator and checked for crashes in Firebase > Crashlytics >…
Swift
  • 1,074
  • 12
  • 46
0
votes
0 answers

Is there a way to extract the uuid from a dSYM on linux?

Is there a way to extract the uuid from a dSYM on linux? And specifically on CentOS if it's possible. I tried to use dwarfdump, mediainfo, exiftool, llvm-dwarfdump, and I Couldn't extract it. dwarfdump commands results without output. llvm-dwarfdump…
avrmglkp
  • 1
  • 3
0
votes
0 answers

Crashlytics detected a missing dSYM for version

Inconsistently I will receive an email from Firebase stating Crashlytics detected a missing dSYM for version x.x.x However nothing in the build process has changed. I use GitHub actions to create the build. All of my release targets have the Debug…
Derek
  • 2,927
  • 3
  • 20
  • 33
0
votes
0 answers

Corrupt debug symbols found from build generated from XCode14, but it works fine using XCode13

Recently, I had to migrate a project to XCode-14 due to mandatory compliance of Appstore starting April 2023. Now the issue is that, debug symbols generated from build using XCode14 shows corrupted, thus, Firebase is unable to process our crashes.…
Ganesh patro
  • 93
  • 1
  • 5