Sunday, March 25 2007 @ 09:54 AM CEST
Contributed by: Admin
Views: 3,504
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 CEST
Contributed by: Admin
Views: 1,538
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 CEST
Contributed by: Admin
Views: 1,991
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 ?
Wednesday, February 08 2006 @ 04:05 PM CET
Contributed by: cocoa
Views: 2,460
When creating a 8-bits gray scale off-screen image by manually drawing in it,
it always turn out to be a 24-bits one when saved to disk using: - (NSData *)representationUsingType:(NSBitmapImageFileType)storageType properties:(NSDictionary *)properties.