Questions tagged [symbolicatecrash]

Use this tag for questions related to symbolicating a crash report/log. Symbolication replaces memory addresses with human-readable function names and line numbers.

Quoting the Developer.Apple page:

Symbolication - resolving backtrace addresses to source code methods and lines.

Usually, is found in questions that are tagged with , and/or , so if you are using this tag, please think about whether you need these tags too.

212 questions
11
votes
2 answers

Symbolicate crash log - Xcode 8 / macOS app

I'm trying symbolicating a crash log that I received from an user by e-mail. I used traditional symbolicatecrash command in Xcode.app, however symbolicatecrash command just failed and returns the following…
1024jp
  • 2,058
  • 1
  • 16
  • 25
11
votes
1 answer

Why does recompiling from bitcode make me unable to symbolicate in Xcode ad hoc releases and how do I fix it?

So this has be driving me nuts but I finally found out that the bitcode compile option when I export my app for adhoc deployment is causing my debug symbol file (dSYM) and my app UUID to mismatch meaning I cannot symbolicate any crash logs. Turning…
kmm3
  • 391
  • 3
  • 14
11
votes
0 answers

_WebSafeForwarder forwardInvocation crashes

I'm getting quite a few errors which appear to be related to WebKit in my iOS project. To give some background, we use WebViews in our application for displaying news stories. These news stories often include links and when the user clicks on the…
seanoshea
  • 5,556
  • 3
  • 20
  • 28
10
votes
3 answers

How to symbolicate crash log with Xcode 8?

I should have the symbolicate from my device. I followed the instruction from http://jmillerdev.net/symbolicating-ios-crash-files-xamarin-ios. I created the alias for Xcode 8 alias …
Enrico
  • 3,592
  • 6
  • 45
  • 102
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

How to symbolicate iOS system framework such as UIKit?

I am working on a UncaughtExceptionHandler on iOS: I register a handler: NSSetUncaughtExceptionHandler(&myHandler); I receive a callback on App Crash, void myHandler(NSException * exception) { //i can get stack symbols from …
kvh
  • 2,118
  • 19
  • 29
9
votes
2 answers

How to symbolicate crash logs sent from apple reviewers?

I have recently submitted an app to the app store and it has gotten rejected. The app I made was specifically iPhone only, however i was unaware that you had to make sure it ran on an iPad as well (Apple Guidelines 2.10) and hence my app was…
Wesley Ow
  • 315
  • 1
  • 4
  • 9
9
votes
3 answers

How do I symbolicate a copy/pasted crash report?

I have a user who is experiencing a crash using the app store version of an iPhone app. The crash is not reported via iTunes connect and the user is unable to sync with iTunes and get me the .crash file (they don't have a computer). The user is,…
moliveira
  • 798
  • 8
  • 17
9
votes
5 answers

iOS - How can I decode the symbolicated crash report from iTunes Connect?

I have a new app, which was rejected from the app store with this message: We found that your app crashed on an iPhone 5 and iPad 3rd Gen running iOS 6.1, which is not in compliance with the App Store Review Guidelines. Your app crashed when…
Genadinik
  • 18,153
  • 63
  • 185
  • 284
9
votes
3 answers

How do I read an Xcode crash report?

I have an app that I just submitted it to the app sore (The app was developed for me as I do not know iOS development I do however know know other coding languages). Apple rejected the app saying that is crashed (The strange thing is is never…
9
votes
5 answers

Symbolicate crash failed on xcode 4.5

I just upgraded my xcode to version 4.5, I tried three ways for symbolicating crash log, but neither of them success. Firstly, I got the crash log from my device and then imported it into "Device Logs" of Organizer, but the exact function of my app…
mobguang
  • 245
  • 2
  • 4
  • 15
8
votes
0 answers

How to symbolicate a kernel panic report on OSX?

I want to know how can I symbolicate a kernel panic report (not a regular app crash report). I have an OSX app that a user claims caused a kernel panic. It doesn't install any kernel extension but a launch daemon. I have followed this link…
ZestyZest
  • 911
  • 13
  • 27
8
votes
0 answers

Xcode 7 does not symbolicate TestFlight crash report

I am trying to use the new Xcode 7 feature that shows crash report directly into Xcode. It is working well with my AppStore live version. But when trying to open crash report from my latest TestFlight build, it does not symbolicate, so I can't find…
cyril94440
  • 1,057
  • 1
  • 9
  • 22
8
votes
4 answers

Cannot fully symbolicate iOS crash log

I've probably read upwards of 20 articles and forum posts on this subject and I still can't get it working. My app seems to symbolicate just fine but I can't symbolicate system calls, which is where the majority of crash logs I receive seem to be…
mwoods
  • 255
  • 2
  • 11
7
votes
1 answer

Where is located symbolicatecrash in Xcode 8?

Where is located symbolicatecrash tool in Xcode 8? In Xcode 7 it used to be here: /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/Resources/symbolicatecrash
Ramis
  • 13,985
  • 7
  • 81
  • 100
1
2
3
14 15