error code: 0001:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key setgetter
解: bug原因就是因为之前使用的xib某个控件,已经声明好的变量,现在已经把删除掉了,可是控件的连接指向并没有删除(可参考野指针原来)
code: 0002
===============续写===========================