简体   繁体   English

加载Nextpeer仪表板时,iOS App崩溃,显然是uitableview问题

[英]iOS App crashes when loading Nextpeer Dashboard, uitableview issue apparently

In my app, when I call [Nextpeer launchDashboard], the app crashes and I get this error: 在我的应用程序中,当我调用[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:'

I've tried deleting and reinstalling the next peer framework but it didn't help. 我尝试删除并重新安装下一个对等框架,但这没有帮助。

Did you add the appropriate resource bundle to your project? 您是否在项目中添加了适当的资源包? This is described here . 在这里描述。 If this still doesn't work, please contact us at support@nextpeer.com. 如果仍然无法解决问题,请通过support@nextpeer.com与我们联系。

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

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