• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: exception when I try to access a managedObject property from within an accessor of another property
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >exception when I try to access a managedObject property from within an accessor of another property (From: Brad Stone <email@hidden>)

  • Prev by Date: exception when I try to access a managedObject property from within an accessor of another property
  • Next by Date: Re: [NSBitmapImageRep getBitmapDataPlanes] copying data?
  • Previous by thread: exception when I try to access a managedObject property from within an accessor of another property
  • Next by thread: Join me in Pearltrees
  • Index(es):
    • Date
    • Thread