Reputation: 558
I implemented XPC as Apple reccomends it for high risk operations. The problem is that when XPC crashes it displays crash dialog to the user. I know that this code can sometimes crach, that is why I mplemented XPC in the first place. So is there any way I can suppress the crash report?
If you need any details please add comment, I will update the thread ASAP.
Upvotes: 1
Views: 319
Reputation: 44818
I've found an answer here: http://lists.apple.com/archives/cocoa-dev/2009/Sep/msg01658.html
That might solve your problem, but it might cause other problems: I'm not sure if this is still permitted in sandboxed apps...
Still, the Right Thing to do is to fix the crashes :)
Upvotes: 2