Xcode build 时 控制台报错
2016-03-16 18:26:23.807 XiangMu[1173:68979] Failed to set (cornerRadius) user defined inspected property on (UIView): [<UIView 0x7fdfc3c37a00> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key cornerRadius.
这种报错,可以根据 [<UIView 0x7fdfc3c37a00> setValue:forUndefinedKey:] 这个信息,找到出错的那个UIView吗
可以試試在xib (xml文字)裡面按字符串找那個屬性
把Key Path裡面的cornerRadius改為layer.cornerRadius
利用全域斷點可以直接定位到出錯的地方