Sunday, March 25 2007 @ 09:54 AM BST
Contributed by: Admin
Views: 4,342
Not being able to send the crash report directlty to the developer, no way to add specific information…
they are a number of limitation with Apple's solution…
Any other solutions ?
Sunday, August 27 2006 @ 09:07 AM BST
Contributed by: Admin
Views: 2,179
When percent escaping some accentued characters in string constants passed to the URLWithString method, the path method returns nil… what's happening here ?
Thursday, June 29 2006 @ 07:42 AM BST
Contributed by: Admin
Views: 2,867
When implementing my own exception handling code in a Cocoa application using Mach-O low level calls to set my own excpetion handling thread, my catch_exception_raise is never called…
But when I use ligsigsegv as a library, it works !?
Any idea why ?