I had integrated PLCrashReporter framework with help this link. It running fine. But its not working. Not writing crash_log files.
I Used following code for forcefully crash my application. And I also attached my app.
NSMutableArray *myArray=[NSMutableArray new];
NSLog(@"myARray ho Crash : %@",[myArray objectAtIndex:0]);
Any idea where going wrong...
Thanks in advance
Mandeep
Courtesy of @landonf: