0

我正在尝试在 XCode 4.6 上实现入门helloWorld,但我得到了这个 sigabart。该代码与苹果网站完全相同。没有产生错误,但在运行时我有这个:

2013-02-11 12:38:42.594 hellooWorld[1794:c07] *** Terminating app due to uncaught exception 'NSUnknownKeyException',
 reason: '[<ViewController 0x75562d0> setValue:forUndefinedKey:]: 
this class is not key value coding-compliant for the key greeting.'

*** First throw call stack:

(0x1c91012 0x10cee7e 0x1d19fb1 0xb7ae41 0xafc5f8 0xafc0e7 0xb26b58 0x230019 
0x10e2663 0x1c8c45a 0x22eb1c 0xf37e7 0xf3dc8 0xf3ff8 0xf4232 0x433d5 
0x4376f 0x43905 0x4c917 0x1096c 0x1194b 0x22cb5 0x23beb 0x15698 0x1becdf9
0x1becad0 0x1c06bf5 0x1c06962 0x1c37bb6 0x1c36f44 0x1c36e1b 0x1117a 0x12ffc 
0x267d 0x25a5)
libc++abi.dylib: terminate called throwing an exception

我确实删除了连接并再次连接标签、文本字段和按钮以查看 controller.m 但得到相同的结果。我将文本文件连接到委托,但收到了相同的结果。

有人可以帮助阐明发生了什么吗?

4

1 回答 1

0

在故事板连接检查器中检查对象或方法的链接。

于 2013-02-12T08:04:15.820 回答