0

我有一个问题,当我按下按钮转到情节提要中的另一个视图控制器时,系统会这样说:

terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<Authentication2ViewController 0x8d35cb0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key SignInButton.'
*** First throw call stack:
(0x1c95012 0x10d2e7e 0x1d1dfb1 0xb7ee41 0xb005f8 0xb000e7 0xb2ab58 0x234019 0x10e6663 0x1c9045a 0x232b1c 0xf77e7 0xf7dc8 0xf7ff8 0xf8232 0xf84da 0x10f8e5 0x10f9cb 0x10fc76 0x10fd71 0x11089b 0x110e93 0x110a88 0x46ce63 0x45eb99 0x45ec14 0x10e6705 0x1a2c0 0x1a258 0xdb021 0xdb57f 0xda6e8 0x49cef 0x49f02 0x27d4a 0x19698 0x1bf0df9 0x1bf0ad0 0x1c0abf5 0x1c0a962 0x1c3bbb6 0x1c3af44 0x1c3ae1b 0x1bef7e3 0x1bef668 0x16ffc 0x214d 0x2075 0x1)
libc++abi.dylib: terminate called throwing an exception
(lldb) 

我不知道如何解决这个问题,有人可以帮助我吗?

谢谢!

4

2 回答 2

0

我试过了,但它说的是同样的事情,这是因为当我按下按钮时,它使用推送动作来移动另一个视图控制器。我不应该这么说,因为它只是一个按钮。

于 2013-05-11T23:02:09.607 回答
0

您在情节提要中有一个名为“SignInButton”的出口,但它所连接的对象没有名为“SignInButton”的属性或实例变量。

于 2013-05-11T07:36:06.050 回答