1. ホーム
  2. 例外事項

例外 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle solution.

2022-02-28 20:19:02

nib名にスペルミスがないか、通常この問題のためにチェックします。

[[XXX alloc] initWithNibName:@"This Nib is misspelled for that problem" bundle: nil] となります。