码迷,mamicode.com
首页 > 其他好文 > 详细

常见错误

时间:2016-08-02 23:50:27      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:


- 第1个错误
    - 错误描述:

    [<ViewController 0x7fdc0152d300> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key label.

    - 原因:IBOutlet属性代码被删掉了,但是属性连线还在
    - 解决:将残留的连线删掉

- 第2个错误
    - 错误描述:

-[ViewController blueClick]: unrecognized selector sent to instance 0x7ff59d014320

    - 原因:调用了一个不存在的方法
    - 解决:认真检查方法名,使用正确并且存在的方法名

常见错误

标签:

原文地址:http://www.cnblogs.com/xufengyuan/p/5731104.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!