Re: Xcode 2.1 debugger grief [Solved]
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