Re: Why I have to load nib file?
Re: Why I have to load nib file?
- Subject: Re: Why I have to load nib file?
- From: Kyle Sluder <email@hidden>
- Date: Tue, 25 Aug 2009 21:57:02 -0700
On Aug 25, 2009, at 9:41 PM, Agha Khan <email@hidden> wrote:
HI:
Reading iPhone Developer's Cookbook I realized we do not need a nib
file.
You should use nib files unless it doesn't make sense to do so. For
OpenGL apps in particular, nibs can just be a nuisance. But IB is the
Cocoa way. If you decide to go nibless, bebe prepared for a bunch of
"why don't you just do it in the nib?"
2009-08-25 21:32:56.428 HelloWorld[2770:20b] Failed to load
NSMainNibFile //MainWindow.
But why? We shouldn't get this message. How can we get rid of this
message.
Check your Info.plist. Specifically the NSMainNibFile key. You know,
the one you should have Googled for before bothering the list.
Always do your own research before taking up the other list
subscribers' time.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden