tags:

views:

22

answers:

2

Hello All,

      Any one help to locate symbolic file.Thanks in advance.

Regards, Arunkumar.P

A: 

See "Acquiring Crash Reports" section of this Tech note

Vladimir
What is mean by symbolic file?
arunkumar.p
the file containing debug symbols - its name something like YourAppName.app.dSYM and it is located in the same build folder with your app bundle
Vladimir
how to open tat file
arunkumar.p
hm, read the tech note carefully - it explains what files you need. Crash log is saved in *.crash file - it's just plain text and you can read it with any text viewer. If your binary has stripped debug symbols then to see readable stack trace you'll need to symbolicate report - the process is described in the note as well
Vladimir
can you tell about tech note means.
arunkumar.p
A: 

Do you want a crash log? If so, open Xcode, select "Organizer" from the "Window" menu, and find your device. You'll see a crash log tab.

Peter DeWeese
What is mean by symbolic file?
arunkumar.p
See Vladimir's comment above.
Peter DeWeese