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
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
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