Due to alleged errors with the valueForKey method such as "Too many arguments to function call, expected 0, have 3", around this line:
|
IMP valueForKey = (IMP)[objc_getAssociatedObject([self class], originalValueForKeyIMPKey) pointerValue]; |
XCode 5.1.1 refuses to compile this under iOS SDK 8.2 targeting iOS 7.0, after installing DCIntrospect 0.0.2 with cocoapods 0.37.2.
Any ideas?