poor genstrings
poor genstrings
- Subject: poor genstrings
- From: Qi Liu <email@hidden>
- Date: Fri, 7 Aug 2009 17:49:36 +0800
Hi all,
I found genstrings is not very good. As option "-s" , apple says:
Substitutes routine for NSLocalizedString. For example, -s MyLocalString
will catch calls to MyLocalString and MyLocalStringFromTable.
Actually, if I write a line of code as following, the command will exit
current file:
xMyLocalString(@"test", "");
What's more, if I write a line of code as following, the command will exit
too:
NSStrings * m_MyLocalString = @"";
I am not sure if this is a known issue or if there is any additional option
for genstrings.
Qi Liu
_______________________________________________
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