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
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
Display the console in XCode (Run -> Console) to see the log
Rq: Remove space before your line to not display like code
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
.