tags:

views:

21

answers:

2

Hello All,

       I am new one to develop iphone App. so help me to found out error in crash log. In crash log contains only library or framework. Help me to found out crash line .Thanks in advance.

Regards,

Arunkumar.P

A: 

Display the console in XCode (Run -> Console) to see the log

Rq: Remove space before your line to not display like code

Benoît
How to found in device crash Log
arunkumar.p
+1  A: 

Run in debug mode and hit Command + Shift + R or Run -> Console. Also put in NSLog@"%@", class); replace class with what you suspect is causing an issue. For integers, use %d.

Kolin Krewinkel
How to found in device crash Log .
arunkumar.p
Window -> Organizer -> Choose your device in left hand column -> Crash Logs -> Choose your app.
Kolin Krewinkel