Re: exception when I try to access a managedObject property from within an accessor of another property
Re: exception when I try to access a managedObject property from within an accessor of another property
- Subject: Re: exception when I try to access a managedObject property from within an accessor of another property
- From: "Sean McBride" <email@hidden>
- Date: Mon, 21 Feb 2011 18:04:15 -0500
- Organization: Rogue Research Inc.
On Mon, 21 Feb 2011 16:53:10 -0600, Brad Stone said:
>When I replace:
>if ([[self valueForKey:@"isEncrypted"] boolValue])
>
>with
>if (1 == 2 ) or if (1 == 1 )
What if you do:
id foo = [self valueForKey:@"isEncrypted"];
then
po foo
in gdb
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden