찾다

 >  Q&A  >  본문

ios - Xcode build 时 控制台报错

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吗

PHP中文网PHP中文网2811일 전329

모든 응답(3)나는 대답할 것이다

  • 伊谢尔伦

    伊谢尔伦2017-04-17 17:44:26

    xib(xml 텍스트)에서 문자열로 해당 속성을 찾을 수 있습니다

    회신하다
    0
  • ringa_lee

    ringa_lee2017-04-17 17:44:26

    키 경로의 CornerRadius를 layer.cornerRadius로 변경하세요

    회신하다
    0
  • PHP中文网

    PHP中文网2017-04-17 17:44:26

    전역 중단점을 사용하여 오류를 직접 찾습니다

    회신하다
    0
  • 취소회신하다