Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/161.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
C++ iOS应用程序在加载Nextpeer仪表板时崩溃,uitableview问题明显_C++_Ios_Objective C_Xcode_Nextpeer - Fatal编程技术网

C++ iOS应用程序在加载Nextpeer仪表板时崩溃,uitableview问题明显

C++ iOS应用程序在加载Nextpeer仪表板时崩溃,uitableview问题明显,c++,ios,objective-c,xcode,nextpeer,C++,Ios,Objective C,Xcode,Nextpeer,在我的应用程序中,当我调用[Nextpeer launchDashboard]时,应用程序崩溃,我得到以下错误: *** Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:], /SourceCache/UIKit_Sim/UIKit-2380.17/UITableView.m:5471 2014-06-23 10:40:07.489 PZPlayer[9966:907] *** Term

在我的应用程序中,当我调用[Nextpeer launchDashboard]时,应用程序崩溃,我得到以下错误:

*** Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:],     
/SourceCache/UIKit_Sim/UIKit-2380.17/UITableView.m:5471
2014-06-23 10:40:07.489 PZPlayer[9966:907] 
*** Terminating app due to uncaught exception   
'NSInternalInconsistencyException', reason: 
'UITableView dataSource must return a cell from   
tableView:cellForRowAtIndexPath:'

我已尝试删除并重新安装下一个对等框架,但没有帮助。

您是否向项目中添加了相应的资源包?这是描述的。如果这仍然不起作用,请联系我们support@nextpeer.com.

您是否真的在
cellforrowatinexpath
中返回了
UITableViewCell
或其子类?在我的应用程序中,我没有使用tableview。只有当我尝试通过框架加载nextpeer仪表板时是的,添加了相应的捆绑。@user3247022,这需要更深入的调查。请发电子邮件至support@nextpeer.com我们很乐意帮助你。