Why is objc_msgSend causing an EXC_BAD_ACCESS?
问题 I'm making a class, that given an object target, a selector to watch for, and a displayTitle will output a string in this format: @"displayTitle: object.selector" . It then registers itself through KVO so that anytime the value of object.selector changes, it can notify a view controller to update the view. I am using this as an abstract and reusable way to show a description of various properties of an object to a user. When I try to get the value of object.selector , I can't do [object