[Drawkit] bug?
James Maxwell
jbmaxwell at rubato-music.com
Thu Aug 7 19:46:30 PDT 2008
I added a dealloc to my DKDrawingDocument subclass, and a strange
error appeared:
*** -[NSCFArray exitTemporaryTextEditingMode]: unrecognized selector
sent to instance 0x15ed5c90
It pops up when I release my DKToolController subclass - in
particular, it's when I close a drawing that has been read from disk.
I worked around it by handling my controllers in a much better way,
and thus avoiding the need to release them in a dealloc, but I thought
I'd post the error anyway, as it doesn't seem like it should be
possible for this selector to be sent to a NSCFArray (should only be
sent to controllers, from what I can tell).
J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.apptree.net/pipermail/drawkit-apptree.net/attachments/20080807/d2e1c86d/attachment.html>
More information about the Drawkit
mailing list