Re: app crashes here: [NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]
Re: app crashes here: [NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]
- Subject: Re: app crashes here: [NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]
- From: Mac-arena the Bored Zo <email@hidden>
- Date: Tue, 14 Dec 2004 00:09:31 -0800
I came upon this* while Googling for a problem I had writing one of my own apps:
http://lists.apple.com/archives/cocoa-dev/2004/Nov/msg00759.html
it's the exact same problem I was having, and I solved it today. I was
not returning a value in the -init method of my central controller
object (which is why the app launched, though did nothing, when I
removed the object from the nib). adding 'return self' fixed it.
I figured I should let you know in case you never solved the problem.
*actually I came upon the Cocoabuilder mirror. but you get the idea.
_______________________________________________
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