tomaz / symbolicator

OS X and iOS crash log symbolicator
MIT License
49 stars 11 forks source link

Error: not finding starting address #1

Closed javierjulio closed 9 years ago

javierjulio commented 9 years ago

I have an iOS 8+ app using only Swift (no ObjC code). I have an .ips.beta file (these used to be called .crash files) from a TestFlight install on my device. When specifying that .ips.beta file through symbolicator it doesn't find the starting address. It claims to have overwritten the file with symbolized data but nothing has changed, at least that I can tell.

symbolicator WordLab_2014-12-05-150228_Javier-Julios-iPhone.ips.beta's output:

symbolicator: version 1.0 (build 99)

Symbolizing 1 crash logs...

Symbolizing WordLab_2014-12-05-150228_Javier-Julios-iPhone.ips.beta...
Detected com.ambiguouslabs.wordlab ARM-64 [WordLab 120 (1.0)]
ERROR: Didn't find starting address for com.ambiguouslabs.wordlab
File overwritted with symbolized data
artworkad commented 9 years ago

@javierjulio having the same problem. How did you resolve this?

javierjulio commented 9 years ago

@ArtworkAD I found out that with the Xcode 6 (I believe) that it automatically symbolicates crash logs for you so I closed this as I realized I didn't need this tool for that. When you have the crash file from your device (it had an .ips.beta file extension which I then changed to .crash) I just dragged that into the device logs window and it handled symbolication for me.

tomaz commented 9 years ago

That's true - Xcode automatically symbolicates iOS logs (from at least v4), however it still doesn't for OS X AFAIK, that was the motivation for creating this tool.