Log:
Failed to set (displayColor) user defined inspected property on (NSView):
[<NSView 0x6080001215e0> setValue:forUndefinedKey:]:
this class is not key value coding-compliant for the key displayColor.
原因 :
使用自定义的 view 时,为 view 设置了 IBInspectable 属性,在 xib 中使用了这个类,并设置了这个属性,但是后来又弃用自定义的 view 或 该属性