0
我最近開始使用的應用程序與其SIGABRT消息一起崩潰。在調試器頂部的一般消息稱:已通過獲取SIGABRT更新至Xcode5模擬器錯誤
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIView 0xb651580> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key parentEmail.'
...在底部,它說:
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
讓我知道,如果「第一擲調用棧」的信息是必要的解決這個問題。
你是否認爲()有parentEmail屬性? –
相關:http://stackoverflow.com/questions/3088059/this-class-is-not-key-value-coding-compliant-for-the-key –