Re: Main menu crash when migrating to Leopard

2008-12-23 Thread Quincey Morris
On Dec 23, 2008, at 04:32, Klaus Backert wrote: The cause of the crash is the following category, I had implemented, overriding a method of NSObject's NSKeyValueCoding category: @interface NSObject (MyKeyValueCoding) + (BOOL)accessInstanceVariablesDirectly; @end @implementation NSObject (MyK

Re: Main menu crash when migrating to Leopard

2008-12-23 Thread Klaus Backert
Apologies for answering my own question (nobody else did) On 2008-12-13 I posted the following: Being about to migrate a Cocoa document-based application of mine, which is under development, from Mac OS X 10.4.11 and Xcode 2.5 to Mac OS X 10.5.5 and Xcode 3.1.2 (on a PowerPC G5) the applicat

Main menu crash when migrating to Leopard

2008-12-13 Thread Klaus Backert
Being about to migrate a Cocoa document-based application of mine, which is under development, from Mac OS X 10.4.11 and Xcode 2.5 to Mac OS X 10.5.5 and Xcode 3.1.2 (on a PowerPC G5) the application crashes in the phase of – I think – setting up and displaying the main menu. This didn't ha