I have an application that was initially working although I got a "could not find xxx.nib file" or something of that sort. This was because I deleted the .xib file from the project and xcode was still looking for it. The error annoyed me and so I fixed it by cleaning the project, resetting the simulator, and deleting all the cache files in ~/var/xcode/... That fixed the error but now I am receiving NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle
- Is it possible that nib/xib was being referenced by the applications Info.plist? (i.e. under "Main nib file base name")?ipmcc– ipmcc2013-07-26 15:22:19 +00:00Commented Jul 26, 2013 at 15:22
- Under that key it says "MainWindow"... is this normal or should I change it.user2402616– user24026162013-07-26 15:41:45 +00:00Commented Jul 26, 2013 at 15:41
- Changing it to a bunch of other classes, xibs, did nothinguser2402616– user24026162013-07-26 16:00:36 +00:00Commented Jul 26, 2013 at 16:00
Add a comment |