FROM : Bill Bumgarner
DATE : Tue Feb 19 23:22:38 2008
On Feb 19, 2008, at 2:18 PM, Daniel Child wrote:
> Changing the init method worked. I am still a little puzzled though.
> I later renamed the ivar to localDataCopy (which certainly wouldn't
> be a part of the NSWindow class), and the same error occurred. My
> accessors definitely assume an NSMutableDictionary. Does that mean a
> memory-munching bug????
>
> In any case, it works fine. now. Thanks.
It sounds like maybe that -initWithNibName: didn't return the same
instance?
Oh, wait, if you renamed the instance variable and it stopped working,
that definitely sounds like a memory stomper or unarchival issue.
Very strange -- can't tell you much more without seeing more code.
b.bum
DATE : Tue Feb 19 23:22:38 2008
On Feb 19, 2008, at 2:18 PM, Daniel Child wrote:
> Changing the init method worked. I am still a little puzzled though.
> I later renamed the ivar to localDataCopy (which certainly wouldn't
> be a part of the NSWindow class), and the same error occurred. My
> accessors definitely assume an NSMutableDictionary. Does that mean a
> memory-munching bug????
>
> In any case, it works fine. now. Thanks.
It sounds like maybe that -initWithNibName: didn't return the same
instance?
Oh, wait, if you renamed the instance variable and it stopped working,
that definitely sounds like a memory stomper or unarchival issue.
Very strange -- can't tell you much more without seeing more code.
b.bum
| Related mails | Author | Date |
|---|---|---|
| Daniel Child | Feb 19, 23:18 | |
| Bill Bumgarner | Feb 19, 23:22 |






Cocoa mail archive

