Im hoping somebody can help me. I don't know why this is no longer working for me... can anyone make something out of this crash log:
Code:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </Users/marshusensei/Library/Application Support/iPhone Simulator/4.2/Applications/A10938B2-D19D-4C92-A3B9-95B4C7C68DCF/Simple Drawing.app> (loaded)' with name 'MainWindow''
*** Call stack at first throw:
(
0 CoreFoundation 0x00da9be9 __exceptionPreprocess + 185
1 libobjc.A.dylib 0x00efe5c2 objc_exception_throw + 47
2 CoreFoundation 0x00d62628 +[NSException raise:format:arguments:] + 136
3 CoreFoundation 0x00d6259a +[NSException raise:format:] + 58
4 UIKit 0x0020a6c4 -[UINib instantiateWithOwner:options:] + 2024
5 UIKit 0x0020c081 -[NSBundle(UINSBundleAdditions) loadNibNamed:owner:options:] + 168
6 UIKit 0x00016943 -[UIApplication _loadMainNibFile] + 172
7 UIKit 0x000174ca -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 291
8 UIKit 0x00021db2 -[UIApplication handleEvent:withNewEvent:] + 1533
9 UIKit 0x0001a202 -[UIApplication sendEvent:] + 71
10 UIKit 0x0001f732 _UIApplicationHandleEvent + 7576
11 GraphicsServices 0x0101ea36 PurpleEventCallback + 1550
12 CoreFoundation 0x00d8b064 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52
13 CoreFoundation 0x00ceb6f7 __CFRunLoopDoSource1 + 215
14 CoreFoundation 0x00ce8983 __CFRunLoopRun + 979
15 CoreFoundation 0x00ce8240 CFRunLoopRunSpecific + 208
16 CoreFoundation 0x00ce8161 CFRunLoopRunInMode + 97
17 UIKit 0x00016fa8 -[UIApplication _run] + 636
18 UIKit 0x0002342e UIApplicationMain + 1160
19 Simple Drawing 0x00001b29 main + 121
20 Simple Drawing 0x00001aa5 start + 53
21 ??? 0x00000001 0x0 + 1
)
terminate called after throwing an instance of 'NSException'
Any ideas what I have done wrong?
Thanks in advance