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

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

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

你可能感兴趣的:(exception)