Re: ibtool and genstrings do nothing

2014-01-31 Thread Jonathan Hess

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: ibtool and genstrings do nothing

2009-07-16 Thread Jonathan Hess

ibtool -generate-strings-file MainWindow.nib MainWindow.xib

Will invoke ibtool, and tell it to open MainWindow.xib and then read  
all the localizable strings out of that XIB, and then write them into  
the argument of the "-generate-strings-file" argument. So after  
running that command, ibtool will produce the file MainWindow.nib, and  
it will contain a bunch of strings. It won't be a NIB. You should  
probably write that invocation like this to make it more clear:


ibtool MainWindow.xib -generate-strings-file MainWindow.strings

Good Luck -
Jon Hess

On Jul 16, 2009, at 2:51 PM, Development wrote:


I am trying to use genstrings:
genstrings AppDelegate.m Appdel.strings
from the terminal window and I get no errors and no output.

Likewise when I do
ibtoo -generate-strings-file MainWindow.nib MainWindow.xib
I get no error and no output.

I am in the terminal in the correct directory so I have no idea what  
I'm doing wrong

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/jhess%40apple.com

This email sent to jh...@apple.com


___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: ibtool and genstrings do nothing

2009-07-16 Thread BJ Homer
genstrings does not produce output.  It does, however, produce
Appdel.strings.
-BJ

On Thu, Jul 16, 2009 at 3:51 PM, Development wrote:

> I am trying to use genstrings:
> genstrings AppDelegate.m Appdel.strings
> from the terminal window and I get no errors and no output.
>
> Likewise when I do
> ibtoo -generate-strings-file MainWindow.nib MainWindow.xib
> I get no error and no output.
>
> I am in the terminal in the correct directory so I have no idea what I'm
> doing wrong
> ___
>
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/bjhomer%40gmail.com
>
> This email sent to bjho...@gmail.com
>
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com