我有一个bigo问题,我有一个基于导航的应用程序,从数据库读取结束编辑值,我读取值(从table1)然后disaply 1按钮的值,点击打开e新视图与所有值的按钮另一个表和我打开一个详细视图。详细视图我编辑数据库的一些值,但我认为不是问题...一段时间后我打开/关闭详细信息视图我得到此错误:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </Users/kikko/Library/Application Support/iPhone Simulator/5.1/Applications/36424126-8725-4DDA-8D58-736A407E1F37/ObjectQuiz.app> (loaded)' with name 'OggettoController''
*** First throw call stack:
(0x137f022 0x1937cd6 0x1327a48 0x13279b9 0x5ba638 0x4601fc 0x460779 0x46099b 0x460d11 0x4728fd 0x472aef 0x472dbb 0x47385f 0x473e06 0x473a24 0x604a 0x1380e99 0x39c14e 0x39c0e6 0x442ade 0x442fa7 0x442266 0x65da1a 0x135399e 0x12ea640 0x12b64c6 0x12b5d84 0x12b5c9b 0x22717d8 0x227188a 0x399626 0x2a92 0x2a05)
terminate called throwing an exception
奇怪的问题是我只有在完成clic后才有这个问题(不是在同一个按钮上)...你能给我一些建议吗?
答案 0 :(得分:0)
当我将笔尖中的引用留在课堂上不再存在的插座时,我通常会看到这一点。您可以通过设置&#34;所有例外&#34;来获取更多信息。断点(转到项目导航器中的断点选项卡,按左下角的+)。
这将缩小哪个xib在哪里看。然后仔细查看xib的连接检查器。寻找你的任何一个有点&#34;!&#34;在链接上。