I have an app in the appstore which works fine on any iOS < 5.0. But in iOS5 my app won't launch, the error I get is:
Terminating app due to uncaught exception 'NSInternalInconsistencyException',
reason: 'Could not load NIB in bundle: 'NSBundle
</var/mobile/Applications/****/***.app> (loaded)' with name 'MainWindow''
Does anyone know how to solve this error?
Update The app seems to work on the iPad 2 but not on the iPad 1 (now I am even more confused)