Re: Why would I not be able to load the NIB file?
Re: Why would I not be able to load the NIB file?
- Subject: Re: Why would I not be able to load the NIB file?
- From: Nick Zitzmann <email@hidden>
- Date: Sun, 13 Mar 2005 21:44:31 -0700
On Mar 13, 2005, at 5:26 PM, Michael A. Crawford wrote:
Any pointers as to where I should be looking in Xcode to understand
what's wrong with either the project file or the nib file?
MainMenu.nib must be copied either into the root of the Resources
folder, or into a localization folder (e.g. "English.lproj") inside the
Resources folder, or else the AppKit won't be able to find it when the
application loads. Take a look inside the application bundle in the
Finder and see where it's being placed, if anywhere. If you can't find
it, then make sure the nib appears in the target's bundle resources
list.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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