Re: Xcode trouble with localization
Re: Xcode trouble with localization
- Subject: Re: Xcode trouble with localization
- From: "Laurent Daudelin" <email@hidden>
- Date: Wed, 19 Nov 2003 13:33:03 -0500
On 19/11/03 11:55, "Michael Becker" <email@hidden> wrote:
>
Hey!
>
>
I tried to localize my application's NIB-files, apparently I did
>
something wrong though. Now I have an English.lproj folder with the
>
plist and the mainmenu.nib files. But I also have (next to the
>
lprog-folder) an "English" folder which contains info.nib, classes.nib
>
and objects.nib. Because Xcode didn't seem to handle my MainMenu.nib
>
anymore (it turned it into a folder in the groups view, I could open it
>
in Interface Builder anymore), I deleted it from the reference list.
>
>
Now I have my MainMenu.nib which opens fine with Interface Builder.
>
When my application compiles, it also nicely uses MainMenu.nib.
>
However, MainMenu.nib doesn't appear in the NIB-Files folder in my
>
groups anymore. When I drag & drop it there from the Finder, Xcode
>
crashes. What can I do to have my pre-localization-attempts status
>
back?
>
>
I simply want my MainMenu.nib back in place in Xcode. And what are
>
those classes.nib and objects.nib etc.?
I'm not sure about what went wrong but your MainMenu.nib file is actually a
folder that contains a few nib files, as you discovered, namely classes.nib,
objects.nib, keyedobjects.nib and info.nib. If one of those is missing, than
your real nib file might be corrupted and might explain why Xcode crashes.
If I were you, and unless you have invested a lot of time in your
MainMenu.nib, I would delete any trace of it in Xcode, then delete any part
of it in your project folder and then create a new one in InterfaceBuilder
of type "Cocoa->Application".
-Laurent.
--
========================================================================
Laurent Daudelin Developer, Multifamily, ESO, Fannie Mae
mailto:email@hidden Washington, DC, USA
************************ Usual disclaimers apply ***********************
_______________________________________________
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.