I am successfully able to compile and run PLCrashReporter framework for ios simulator.with the help of this link
PLCrashReporter in XCode 4 - won't compile in Simulator
But when i replace libCrashReporter-iphonesimulator.a with libCrashReporter-iphoneos.a to test on device.all get stoped did not work application crash at
PLCrashReporter *crashReporter = [PLCrashReporter sharedReporter];
line.
any suggestion