加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

iphone – 由于“无法在捆绑中加载NIB”导致崩溃

发布时间:2020-12-14 19:06:33 所属栏目:百科 来源:网络整理
导读:在我的应用程序中有一个PointMode按钮.当我点击它10到11次时没有问题,视图将出现.但之后,它产生了这个错误: Terminating app due to uncaught exception ‘NSInternalInconsistencyException’, reason: ‘Could not load NIB in bundle: ‘NSBundle Simula
在我的应用程序中有一个PointMode按钮.当我点击它10到11次时没有问题,视图将出现.但之后,它产生了这个错误:

Terminating app due to uncaught exception ‘NSInternalInconsistencyException’,
reason: ‘Could not load NIB in bundle: ‘NSBundle < Simulator/4.1/Applications/04DF6214-383F-43DA-B2D2-C5B538B0095B/PW.app> (loaded)’
with name ‘PWPointMode”

我称之为这样的观点.

PWPointMode *pointController = [[PWPointMode alloc]initWithNibName:@"PWPointMode" bundle:nil];
    self.objPointMode = pointController;
    [self.navigationController pushViewController:objPointMode animated:YES];
    [pointController release];

我的应用程序是通用的应用

解决方法

Harin

我向你展示它的代码,你可以加载新的视图或笔尖,但你解释一下
在加载10-15次后查看您的应用程序将显示此消息,以便您
在Performance Tool中运行您的应用程序并检查是否因为泄漏了资源内存
满满的.由于此问题,您还会在应用程序崩溃时收到此错误消息.

可能这个对你有用……

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读