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

Missing dSYM files in Crashlytics Today extension (Bitcode disabled)

The title of this question basically says it all. I enabled Crashlytics in my Today extension, and for some reasons, the dSYMs are not being uploaded, even though I'm not using Bitcode. I tried uploading them manually (from…
Lukas Petr
  • 1,513
  • 16
  • 19
0
votes
1 answer

DSYM and binary required to symbolicate? Or just DSYM?

Started using Crashlytics and am curious why only the DSYMs have to be uploaded and not the full .app binary to match. I was under the impression that to symbolicate you needed a binary with matching DSYM file. Is that not the case? Basically trying…
stonedauwg
  • 1,328
  • 1
  • 14
  • 35
0
votes
1 answer

How can I validate dsym file of xcode build?

I extract Dsym file from the xarchive of release version and uploaded on crittercism but not able to find the symbolic crash report from the tool. I contact crittercism helpDesk and all I come to know that I need to upload dsym file with all…
Darshit Shah
  • 2,366
  • 26
  • 33
0
votes
1 answer

.dSYM file missing in VSTS build

I am building the Xamarin ios app on VSTS. I see that its generating .dSYM file during the build time but when I check the artifact folder, I could see ipa file but not dSYM file. I need dSYM file to run Xamarin Test Cloud. Am I looking at wrong…
TheDeveloper
  • 1,127
  • 1
  • 18
  • 55
0
votes
1 answer

XCode 7.3 "no dSYMs available for download"

If I click the "Download dSYMs button for the Archive that I have uploaded to the App Store in XCodes Organizer window I get a message to say that "There are no dSYMs available for download". In iTunes Connect if I select my app, then go to Activy |…
daveywc
  • 3,136
  • 7
  • 45
  • 58
0
votes
0 answers

Exception Reason: -[NSParagraphStyle bytes]: unrecognized selector sent to instance 0x16fe2130

I have an iOS that crash sometimes because of "Exception Reason: -[NSParagraphStyle bytes]: unrecognized selector sent to instance 0x16fe2130". The Crash log looks like: 0 CoreFoundation 0x2b520477 + 150 1 libobjc.A.dylib 0x3941bc8b…
varu
  • 339
  • 4
  • 16
0
votes
1 answer

iOS how to understand symbolicated errors

I'm using swift to code. I have symbolicated errors but I still can't understand exactly what the error means. I can see these informations The class name The function name Does it contain any other information like Line number Type of error…
Thellimist
  • 3,757
  • 5
  • 31
  • 49
0
votes
1 answer

Exporting DSYM with Flash develop

I'm trying to implement Crashlytic's into an AS3 iOS app. To work, Crashlytic's requires the dSYM file, however it is not created when exporting the IPA. I've researched this issue and I can only find solutions for Flash Builder. Can anyone advise…
Koko Carl
  • 657
  • 1
  • 5
  • 9
0
votes
0 answers

iOS analyse crash report file

I have been googling a lot about how to analyze a crash file and find out what is the problem in my app. Many posts are suggesting different solutions to many scenarios. My scenario is as follows : I deliver the source code to another developer.…
rokridi
  • 1,565
  • 2
  • 11
  • 20
0
votes
1 answer

Exclude specific symbols from dSYM

I'm building an iOS project that includes a sub-project whose symbols I would like exclude from the product's .dSYM DWARF file. The situation is that the sub-project (a static library) contains valuable proprietary code that I would not want an…
MxSagan
  • 123
  • 1
  • 7
0
votes
1 answer

Can't compile gegl (gimp) on PPC Leopard

I compile gegl-0.2.0 (needed to compile gimp-2.8) on PowerPC Mac Leopard 10.5.4. All other programs such as glib-2.38.2, intltool-0.50.2 and babl which are necessary to compile gimp have been compiled fine. I have this kind of errors while…
Terry
  • 1,206
  • 1
  • 10
  • 26
-1
votes
1 answer

Must upload one dSYM file is always showing in Firebase Crashlytics

I am developing a react native app and I am using Firebase Crashlytics. On my Crashlytics "dashboard" is showing that I must upload a dSYM file when the selected platform is IOS. I already followed the steps that Firebase suggests (after that is…
-2
votes
1 answer

How to get a dSYM file from appstoreconnect?

Now Activity tab has been removed from iTunes connect. How to get the released iOS app dSYM file from iTunes connect?
1 2 3
12
13