Re: Crash while making NSDictionary... Help!
Re: Crash while making NSDictionary... Help!
- Subject: Re: Crash while making NSDictionary... Help!
- From: Scott Anguish <email@hidden>
- Date: Wed, 22 May 2002 03:00:56 -0400
I can't believe I missed that it was that.. it was so obvious...
but still, style and easy of use wise, my way is better than using the C
arrays... :-)
On Tuesday, May 21, 2002, at 11:21 PM, Andy Lee wrote:
The problem is here:
[defaults registerDefaults:appDefaults];
The variable "defaults" has not been initialized to anything, and
therefore contains an unpredictable value. You are sending the
-registerDefaults: message to a non-nil non-object, hence the crash.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.