Re: Localizable.strings *just stop working*
Re: Localizable.strings *just stop working*
- Subject: Re: Localizable.strings *just stop working*
- From: Daniel Jalkut <email@hidden>
- Date: Mon, 9 Feb 2004 16:50:48 -0800
In addition to the other good comments already received - let me add a
quirkier scenario that bit me:
If you exceed the limit for maximum files open per process, then the
API might simply fail to be allowed access to the localized string file
when it needs it!
In my case, this happened because of overzealous use of "autorelease"
with a file wrapper class that didn't close the file until dealloc
time. You can use the "Activity Monitor" app to inspect your process
and see if there are an unexpected number of files open.
Daniel
On Feb 9, 2004, at 10:58 AM, Roy Lovejoy wrote:
They are there in the .lproj, in the package,
but this morning, I only get the keys from NSLocalizedString.
.. which is quite frustrating, when it's a url..
has this happened to anyone?
do you have to tell the main bundle that you are using
localizable.strings,
and not a string table built-into the nib?
(this is inherited code)
_______________________________________________
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.
_______________________________________________
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.