Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/performance/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Uitableview 指向主文件的xcode tableview错误_Uitableview_Tableview - Fatal编程技术网

Uitableview 指向主文件的xcode tableview错误

Uitableview 指向主文件的xcode tableview错误,uitableview,tableview,Uitableview,Tableview,我试图通过PHP连接和填充数据来显示mysql数据库中的记录 错误指向下一行 int main(int argc, char *argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); } } 错误输出 2013-07-17 20:42:51.148 plan[738:11303]

我试图通过PHP连接和填充数据来显示mysql数据库中的记录

错误指向下一行

  int main(int argc, char *argv[])
   {
     @autoreleasepool {
      return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));

   }
   }
错误输出

  2013-07-17 20:42:51.148 plan[738:11303] *** Assertion failure in -[UITableView     
  dequeueReusableCellWithIdentifier:forIndexPath:], /SourceCache/UIKit_Sim/UIKit-
  2380.17/UITableView.m:4460

  2013-07-17 20:42:51.158 plan[738:11303] *** Terminating app due to uncaught     
  exception 'NSInternalInconsistencyException', reason: 'unable to dequeue a cell with 
  identifier Cell - must register a nib or a class for the identifier or connect a  
  prototype cell in a storyboard'

  *** First throw call stack:
  (0x1c91012 0x10cee7e 0x1c90e78 0xb64665 0xc46c4 0x2c78 0xcd8fb 0xcd9cf 0xb61bb 0xc6b4b   
  0x632dd 0x10e26b0 0x228dfc0 0x228233c 0x228deaf 0x1022bd 0x4ab56 0x4966f 0x49589  
  0x487e4 0x4861e 0x493d9 0x4c2d2 0xf699c 0x43574 0x4376f 0x43905 0x4c917 0x1096c 
  0x1194b 0x22cb5 0x23beb 0x15698 0x1becdf9 0x1becad0 0x1c06bf5 0x1c06962 0x1c37bb6 
  0x1c36f44 0x1c36e1b 0x1117a 0x12ffc 0x242d 0x2355)
  libc++abi.dylib: terminate called throwing an exception
  (lldb) 

请在这方面帮助我。

可能的原因是nib文件中没有tableview和单元格,或者连接丢失。请从nib连接表并编写代码。

这不是
main()
,只是调试器太笨了。Symbolicate.how i can to solution the error….错误输出似乎为您提供了崩溃的原因。我会开始there@LisaPink这就是我想弄明白的。。。但由于我不是黑客帝国的特工,我不介意读原始的十六进制地址。象征主义。象征主义是完全不必要的NSInternalInconsistencyException',原因:'无法将标识符为cell的单元格出列-必须为标识符注册nib或类,或在情节提要中连接原型单元格'