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 テキスト) 内の文字列でその属性を検索してみることができます
キーパスのcornerRadiusをlayer.cornerRadiusに変更します
グローバル ブレークポイントを使用してエラーを直接特定します