请友友们一起总结下,给大家分享分享啦
1、-[Person test]: unrecognized selector sent to instance
给Person对象发送了一个不能识别的消息:test
2、error: instance variable 'age' accessed in class method
实例变量age不能在类方法中访问
3、EXC_BAD_ACCESS:野指针错误
访问了一块坏内存(已经被回收,不可用的内存)
解决:清空指针(p = nil;)
4、setValue:forUnderfineKey:
不合理的线没有去掉,即:按钮所链接的方法已经被删除
|
|