我是 ios 新手,我正在按照教程开发计算器。
当我构建我的项目时它成功了,但在运行时它崩溃并抛出异常:
`2012-09-19 10:03:51.469 AhsanCalculator[325:f803] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<ViewController 0x6d59870> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key pushOperand.'
*** First throw call stack:
如果您需要更多详细信息,我的代码在这里。告诉我你需要什么,我会给你所有的细节。
Xcode = 4.3.3
5.1 iPhone 模拟器
请帮助解决这个问题