• 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: Xcode 2.1 debugger grief [Solved]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode 2.1 debugger grief [Solved]


  • Subject: Re: Xcode 2.1 debugger grief [Solved]
  • From: Ricky Sharp <email@hidden>
  • Date: Sun, 12 Jun 2005 12:25:10 -0500

One of the attributes in a NSActionCell subclass of mine was named 'currentValue'. Apparently this symbol is now being used by Apple. Although, I was only able to find the public method 'currentValue' in the new NSAnimation class of Tiger.
That class has nothing to do with NSActionCell. Perhaps its a new private symbol somewhere.


Anyhow, when I renamed all traces of 'currentValue' to 'valueFieldCurrentValue' (i.e. ivar, binding name, accessor names, etc.) everything works as expected.

Apparently, the debugger was showing me the value of some other 'currentValue' and not my own. That would also explain why anything bound to that attribute was also not working.

And finally, this would explain why building against the 10.3.9 SDK didn't show any problems. If indeed 'currentValue' is a new Tiger symbol, the would describe why using the 10.4.0 or 10.4U SDKs caused my grief.

___________________________________________________________
Ricky A. Sharp         mailto:email@hidden
Instant Interactive(tm)   http://www.instantinteractive.com

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Xcode 2.1 debugger grief (From: Ricky Sharp <email@hidden>)
 >Re: Xcode 2.1 debugger grief (From: Ricky Sharp <email@hidden>)
 >Re: Xcode 2.1 debugger grief (From: Chris Espinosa <email@hidden>)
 >Re: Xcode 2.1 debugger grief (From: Ricky Sharp <email@hidden>)

  • Prev by Date: Re: Debug Problems
  • Next by Date: Re: Debug Problems
  • Previous by thread: Re: Xcode 2.1 debugger grief
  • Next by thread: Re: Xcode 2.1 debugger grief
  • Index(es):
    • Date
    • Thread