Re: Trouble
Re: Trouble
- Subject: Re: Trouble
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 22 Feb 2003 15:09:57 -0800
On Saturday, February 22, 2003, at 07:16 AM, Tom Gray wrote:
I am getting the following message:
2003-02-19 22:56:43.769 Crewdog Terminal[412] -[CDTerminalController
loadWindow]: failed to load window nib file '/CrewDog Terminal/CDT
I suspect that this may be a 10.1.x permissions issue. The nib file is
definitely in the package/bundle and the only reason that I can think
that it failed to load was as a result of incorrect permissions.
Did you remember to save the nib in either the "Pre-10.2" or "Both"
formats? If it's not saved one way or the other, the nib won't load in
10.1.
You can tell which format it's in by opening up the nib bundle in the
Finder (use "Show package contents"). If there's a "keyedobjects.nib"
file there, but no "objects.nib" file, then it's in 10.2 format and
will _not_ load under 10.1 at all. If there's an "objects.nib" file but
no "keyedobjects.nib" file, then it's in pre-10.2 format and will work
in both systems. If both files exist, then it was saved in "both"
format.
If it was saved in "both" format, then you might want to test it
yourself by building the application, then removing the
keyedobjects.nib file from the built application's resources and
loading...
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://dreamless.home.attbi.com/
if (message.signature==FUNNY) steal(message.signature); else
message=message->next;
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Trouble (From: Tom Gray <email@hidden>) |