Re: Does retain not work on ids?
Re: Does retain not work on ids?
- Subject: Re: Does retain not work on ids?
- From: Andy Lee <email@hidden>
- Date: Mon, 23 May 2005 22:37:26 -0400
On May 23, 2005, at 10:27 PM, Ken Tozier wrote:
- (id) data
{
return [self objectForKey: @"data"];
}
[...]
// get retainable properties
result.data = [inDescription data];
What steps have you taken to confirm that [inDescription data] is
returning a non-nil value? Have you set a breakpoint in the debugger?
Have you inserted an NSLog?
Have you examined the code that puts the data in the dictionary in the
first place, to make sure it isn't misspelling the key? You might want
to put a breakpoint or NSLog there too.
--Andy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden