Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NSInternalInconsistencyException Could not load nib ind bundle

I am developing an application for the iPad. The application has following details:

Base SDK: 4.2 Deployment Target: 3.2

The application is a game application and it has got 10 rounds.

In each round I am loading 6 controllers and after the completion of each round again the same cycle starts.

The application works fine till 4 rounds but at the end of 4th round it crashes given following error:

"NSInternalInconsistencyException Could not load nib ind bundle:"

I have checked for everything solution like checking the nib file name, checking the nib file path. Nib file name and nib file path both are correct and targets are also correct but still it crashes.

Any help for this will be appreciated.

Thanks,

Shyam

like image 523
GameLoading Avatar asked Mar 23 '11 05:03

GameLoading


1 Answers

Right click your nib file in xcode and make sure its type is 'file.xib'.

like image 182
Kirby Todd Avatar answered Sep 18 '22 20:09

Kirby Todd