当前位置: 代码迷 >> 综合 >> exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle解决办法
  详细解决方案

exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle解决办法

热度:91   发布时间:2024-01-05 07:38:47.0

检查你的nib名字是否拼写错误 一般为这个问题

[[XXX alloc] initWithNibName:@"这个Nib拼写错误会出现那个问题"  bundle: nil]

  相关解决方案