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

How to generate dsym files near the executable, not outside the bundle, preferably without a post install script?

I'm using LLVM Clang with Xcode and address sanitiser is not creating file:line report. I read the documentation and it says to run dsymutil on the binary before launching the…
puio
  • 1,208
  • 6
  • 19
0
votes
1 answer

Is the any sort of repository for OS/system dSYM files for every version of iOS, macOS, etc.?

To fully symbolicate Apple crash files it would be nice to have all the dSYM files for all the modules (binary images) mentioned in the crash stack traces. Where do people normally get dSYM files for OS/system components of iOS, macOS, etc.? Is…
AKornich
  • 682
  • 5
  • 16
0
votes
1 answer

Find dSYM Files locally

I cannot seem to locate my .dSYM files and wanted to ask for some ideas to troubleshoot. I'm using FirebaseCrashlytics, and it is asking for a few UUID dSYM files. In the past, I remember all you would do is go to your archive, show package…
NullHypothesis
  • 4,286
  • 6
  • 37
  • 79
0
votes
1 answer

Upload dSyms Issue with terminal command

I want to upload dSyms using the following command /path/to/Fabric/upload-symbols -a -p /path/to/dSYMs Firebase console command requires fabric which is found in the fabric website which does not exists anymore. how…
0
votes
1 answer

Upload missing required dSYMs through uploader tool

How to upload dSYM file. please help us. I am using “Pods/Fabric” folder of your Xcode project directory finally i got issue vicky-MacBook-Air-2:~ vicky$ /Users/vicky/Documents/Office/CAADE\ MAIN/Caade_12.2/Caade\ 12.2/Pods/Fabric/upload-symbols…
vikramarkaios
  • 301
  • 1
  • 13
0
votes
1 answer

I downloaded the dSYM-file but the Crashlytics does not see it

I downloaded the dSYM-file but the Crashlytics does not see it. I took the file from App Store and downloaded it using "Fabric/upload-symbols". Please tell me what could be the reason command for upload-symbols…
Alex Mazur
  • 21
  • 1
0
votes
0 answers

Firebase doesn't let me see crash details

The old project of my app used Fabric. (previous to 3.0 version) I developed a new version (3.0 version and greater) of my app (totally new project) and I tried to implement FirebaseCrashlitycs. When I look for crashes in Crashlytics dashboard i see…
Leonardo
  • 218
  • 4
  • 17
0
votes
0 answers

Append arguments to dsymutil in Xcode toolchain

Due to an issue in the Xcode toolchain, I need to append a certain argument to the call of dsymutil. Is there an environment variable of user defined macro in the build settings of Xcode which appends or invokes the dsymtutil tool with the given…
Daniel Stephens
  • 2,371
  • 8
  • 34
  • 86
0
votes
0 answers

How to interpret a iOS crash log and see the reason it crashed

Can anyone tell me what line to look at to see why my app crashed ? This is my first time experiencing a crash log and im kind of lost as in what direction to go in. Also if anyone is familiar with these could you tell me what are possible reasons…
isJulian00
  • 924
  • 2
  • 10
  • 24
0
votes
1 answer

Missing data in Fabric for IOS "Crashed: com.apple.root.default-qos"

I'm using Fabric.io to monitor and collect crash data for a IOS app. I'm receiving now a lot of crash reports for this error "Crashed: com.apple.root.default-qos" but when I check Fabric to analyze it I got the following report: where the…
Patrik
  • 595
  • 4
  • 15
0
votes
1 answer

Missing dSYM files for build in fabric. Gitlab uploads builds to Crashlytics

Simply we have built the app and uploaded to Crashlytics. In case when issue arise we try to check what went wrong but we can't because: How can we upload missing dsym files? Where can we get it from? OR What should we change in project to upload…
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
0
votes
1 answer

Uploading ios build .dSYM files in Fabric takes long time

When I upload .dSYM files in Fabric it takes long time! Any Suggestions? and why these files not included in the build?
jawad
  • 775
  • 6
  • 16
0
votes
0 answers

Jenkins and Fastlane: Uploading dSYM to Fabric for my macOS app never gets executed

My situation: Jenkins runs a Fastlane script as a root user which builds the macOS project (Release configuration). There is a build phase: if [ "${CONFIGURATION}" = "Release" ]; then echo 'Crashlytics…
mixtly87
  • 1,675
  • 15
  • 32
0
votes
1 answer

Xcode: How to create a dSym and still strip symbols?

I'd like to create a dSym file when building my Release build but I'd also like to strip symbols in the executable to keep things away from nosy eyes. Is it possible to do both? Or are they mutually exclusive? I'm using…
pizzafilms
  • 3,829
  • 4
  • 24
  • 39
0
votes
1 answer

iOS - Crashlytics missing dSYMs to process crashes

I know this is a frequently asked question. I just spent the entire day looking for answers, without success. Here are the different posts that helped me, but didn't fix my issue. Posts, Documentation, Twitt : Missing dSYM, No matching UUID,…
user7219266
1 2 3
12
13