简体   繁体   English

通过获取SIGABRT错误更新为Xcode5模拟器

[英]Updated to Xcode5 simulator through get SIGABRT Error

An app I recently started and working its keeps crashing with a SIGABRT message. 我最近启动并正在运行的一个应用程序始终因SIGABRT消息而崩溃。 The general message at the top of the debugger says: 调试器顶部的常规消息显示:

Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIView 0xb651580> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key parentEmail.'

... At the the bottom it says: ...在底部说:

libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)

Let me know if the "first throw call stack" info is necessary to solve this one. 让我知道是否需要“第一个引发调用堆栈”信息来解决此问题。

Usually this comes from an outlet link inside a xib with no corresponding class variable. 通常,这来自xib内的插座链接,没有相应的类变量。 Did you remove a variable from a class without removing the link inside the xib? 您是否从类中删除了一个变量而没有删除xib内部的链接?

Check and make sure that you didnt previously have a button/text field/label previously linked with an action, then deleted that item. 检查并确保您之前没有与操作链接的按钮/文本字段/标签,然后删除了该项目。 The link still exists. 该链接仍然存在。 Check and make sure that all your links match to existing items. 检查并确保所有链接都与现有项目匹配。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM