Terminating app due to uncaught exception / / SIGABRT // C++ please help!
- by user282076
I have just finished one of my apps when I got this message. I cannot for the life of me work out what is wrong.
    (gdb) continue
2010-02-26 14:05:51.443 BrainTester[2638:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] was unable to load a nib named "SplitSecondViewController"'
2010-02-26 14:05:51.452 BrainTester[2638:207] Stack: (
    861696817,
    860329709,
    861252493,
    861252395,
    835170725,
    835170141,
    835074651,
    13515,
    834774231,
    834773467,
    835014237,
    835012689,
    835011495,
    861063661,
    861449261,
    861447005,
    834770767,
    834765939,
    11025,
    10920
)
terminate called after throwing an instance of 'NSException'
Program r
eceived signal:  “SIGABRT”.
(gdb) 
If someone can help, any help is appreciated.