I\'m attaching object B via associative reference to object A. Object B observes some properties of object A through KVO.
The problem is that object B seems to be d
The accepted answer to this related question explains the deallocation timeline of objects. The upshot is: Associated objects are released after the dealloc method of the original object has finished.
dealloc