Re: Initializing an Array
Re: Initializing an Array
- Subject: Re: Initializing an Array
- From: Jeff Galyan <email@hidden>
- Date: Tue, 22 Jan 2002 13:59:16 -0700
On 1/22/02 1:42 PM, "Marcel Weiher" <email@hidden> wrote:
>
On Tuesday, January 22, 2002, at 08:47 , Jeff Galyan wrote:
>
>
>
Ways you might have gotten a nil-pointer:
>
>
1.) you passed nil in
>
2.) you reset the instance var to nil in the meantime
>
3.) the object that had its inst-var set is not the same one that
>
you're examining
I checked for all of these conditions over a week ago, in hopes that maybe I
was just doing something that was obviously wrong.
1.) string passed in is valid, can be sent to NSLog() or printed to debugger
console
2.) the receiver class never sets the ivar to nil
3.) if that's the case, then something's seriously wrong with the debugger
--Jeff