symbolicatecrash Questions

5

My app got rejected from Apple and I have got crash reports in .txt format instead of .crash format. How can I symbolicate or read the crash report ?
Skillet asked 8/11, 2016 at 5:47

3

What's structure of a dsym file generated when build the app. I know it contain DWARF debug info, but what's a dsym file. I want to read the DWARF info in it. Is it just a Mach-O binary file that ...
Polytonality asked 25/7, 2014 at 17:53

2

Solved

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 ...
Xanthochroid asked 15/10, 2016 at 7:20

5

Solved

I have a .crash log from an ad-hoc version of my app that symbolicatecrash refuses to symbolicate. I have already applied the .patch to remove the 'die' command in symbolicatecrash after apple brok...
Brickle asked 11/7, 2011 at 19:56

4

Solved

The new Xcode 7 "Crashes" tab in the organizer shows a handful of crashes from the AppStore for my app. According to the documentation, there should be a stack trace. However, none of the 6 crashes...
Toweling asked 14/10, 2015 at 17:3

3

Solved

I would like to know how to symbolicate crashes in XCode, i have .crash files and i don't know how to do it. I want to fix a damn bug that affects my app, thanks in advance!
Jube asked 17/11, 2011 at 19:12

3

Solved

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 symbolicate...
Velarium asked 14/3, 2017 at 10:8

2

After searching all over the internet to find a way to symbolicate my crash logs I received from Apple, I finally figured out how to use the atos command in terminal to symbolicate the crash logs. ...
Alanna asked 20/12, 2012 at 11:14

6

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 ...
Dayflower asked 23/3, 2016 at 21:34

1

Solved

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 m...
Griddlecake asked 18/12, 2015 at 20:31

3

Solved

I have a problem reading crash reports on FireBase, my reports look like: I've already followed these instructions to symbolicate the stacktrace, got the same result. I'm using Xcode 8 My app ...
Sweetie asked 20/10, 2016 at 16:55

0

I am working on a UncaughtExceptionHandler on iOS: I register a handler: NSSetUncaughtExceptionHandler(&myHandler); I receive a callback on App Crash, void myHandler(NSException * exceptio...
Guyette asked 30/11, 2016 at 7:40

2

Solved

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 ...
Bushcraft asked 3/2, 2015 at 7:17

2

I'm pretty familiar with how crash logs for iOS apps are symbolicated but this one is a head scratcher. I have MyApp with build 2345 that was released as a beta through TestFlight, using the norma...
Inoperable asked 30/1, 2016 at 17:22

1

Solved

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/symbolicatecras...
Coble asked 4/10, 2016 at 17:39

3

Solved

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 t...
Sulfatize asked 16/11, 2012 at 6:23

4

Solved

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 whe...
Shipboard asked 28/9, 2012 at 18:51

0

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 ...
Vying asked 1/11, 2015 at 18:54

0

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 TestFl...
Nefertiti asked 16/10, 2015 at 11:23

1

This is not a question because I have already found a workaround. I am publishing it so that others can take advantage on the hours I was spending on it, and use my suggested workaround. I have go...
Devonna asked 10/8, 2015 at 13:7

1

Solved

So the technique I was using with Xcode 6 appears to be deprecated, the symbolicatecrash.sh script is not located in the xcode bundle anymore. Instead there is an executable named symbolicatecrash ...
Zenaidazenana asked 27/9, 2015 at 4:33

3

Solved

I am trying to analyse a crash log that a customer sent me, but I cannot get it to symbolicate the system library calls. It does symbolicate calls to my own methods correctly. That does not make it...
Theurich asked 1/5, 2013 at 15:58

1

I have an app which is written in swift and uses AFNetwork and some other helpers written in Obj c. On my clients device (iPhone 6+) he is getting an SIGTRAP error, I have tried to recreate the iss...
Dove asked 14/8, 2015 at 5:22

3

Solved

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...
Brosine asked 19/2, 2013 at 17:46

6

Trying to debug app. The trouble is I cannot find this program. symbolicatecrash.sh sudo cp /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/Plug-ins/iPhoneRemoteDevice.xcodeplugin/...
Bourke asked 30/9, 2010 at 16:50

© 2022 - 2024 — McMap. All rights reserved.