For symbolicating crash log, It just require two files and simple steps.
Required :
1. The app file that you submitted for testing or to iTune Store.
2. .dSYM file which is generated at the time of above app file.
Follow steps.
1. Put the app file and .dSYM file in one new folder.
2. Put the attached file (symbolicatecrash) in folder /usr/local/bin/
3. Launch Terminal, execute command
symbolicatecrash myapp.app myapp.dSYM (where myapp is file name of app and .dSYM file)
It will symbolicate all symbols in your crash file.
Happy Coding..
–HS
Advertisement