app crashes here: [NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]
app crashes here: [NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]
- Subject: app crashes here: [NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]
- From: Sandeep Parikh <email@hidden>
- Date: Fri, 12 Nov 2004 14:54:55 -0600
This is just a shot in the dark, but has anyone seen this before?
Thread 0 Crashed:
0 libobjc.A.dylib 0x908311ec objc_msgSend + 0xc
1 com.apple.AppKit 0x92df19d8 -[NSIBObjectData
nibInstantiateWithOwner:topLevelObjects:] + 0x118
2 com.apple.AppKit 0x92ee354c loadNib + 0xfc
3 com.apple.AppKit 0x92e3a798 +[NSBundle(NSNibLoading)
_loadNibFile:nameTable:withZone:
ownerBundle:] + 0x2e8
4 com.apple.AppKit 0x92eb95c8 +[NSBundle(NSNibLoading)
loadNibFile:externalNameTable:withZone:] + 0x9c
5 com.apple.AppKit 0x92ecadbc +[NSBundle(NSNibLoading)
loadNibNamed:owner:] + 0x174
6 com.apple.AppKit 0x92eb9430 NSApplicationMain + 0x174
7 main.ob 0x000a5f74 main + 0x38 (main.m:13)
8 xxx.xxxx.xxxxxx 0x00001b18 start + 0x1c8
9 dyld 0x8fe1a558 _dyld_start + 0x64
My app is crashing before the nib is even loaded. I can't seem to find
any problems with the Nib itself, everything looks clean. My code will
make it to 'init' but will not get to 'awakeFromNib'
Any thoughts on this? Its got to be something dumb that I just can't
see...an inconsistency in the nib perhaps?
-Sandeep
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden