Powered By Blogger

Friday, March 23, 2012

Symbolication for iOS Application

Hello all,
Here I'm going to share the Symbolization method for Crash log for finding the excat reason of crash in application. so please follow the steps to get into. These will surely help you.

•    Create new dir on desktop or wherever
   •    Find archive in question in Xcode organizer
    •    Double tap to reveal in finder
   •    Double tap to show bundle contents
   •    Copy .dSYM file and .app file into new dir
   •    cd into new dir
   •    Run this command: atos -arch armv7 -o 'Vimeo.app'/'Vimeo'
   •    Terminal will enter an interactive move
   •    Paste in memory address and hit enter, it will output method name and line number
    •    Alternatively, enter this command: atos -arch armv7 -o 'Vimeo.app'/'Vimeo' To get info for one address only




If any one has query then place you it over here.

Thanks and Regards,
Nilesh Prajapati
 

No comments:

Post a Comment