Hi,
I am using an AUGenericView under 10.5 and am experiencing a crash in
a particular situation. I wasn't having this problem under 10.4, so I
wondered if it was a bug that needs reporting or if it was due to 10.5
functioning slightly differently.
I take the AU view and successfully add it to another view using the
method addSubview. If I then remove the view using removeFromSuperview
(preceded by a call to retain) and then re-add the view I get a crash
when my code calls addSubview. Xcode reports it is at
objc_assign_strongCast, right after the call to [AUGenericView
viewWillMoveToWindow:].
Any workarounds if it is a bug?
Thanks.
- John