What is the error listed below?
2011-02-23 21:24:12.218 Success[7238:207] * Terminating app due to uncaught exception \'NSInternalInconsisten
I Have Same Problem Just Follow Steps.
1.Copy your Project In Another Place.
2.Copy your NIB File Which Crash app.
3.Just Change Name
Ex. Old File Demo.xib Than Copy And Change Name DemoNew.xib
My Code is Below
Old Code
Demo *controller = [[Demo alloc]initWithNibName:@"Demo" bundle:nil];
I Just Change Name
Demo *controller = [[Demo alloc]initWithNibName:@"DemoNew" bundle:nil];
its working for me.