I am looking for a way of extracting all localizable strings from .xib files and have all of them saved in a single file.
Anyone knows why I get this crash from the ibtool? ibtool --generate-strings-file \"my.strings\" \"myViewController.xib\"
I have a very strange issue with ibtool and localizations: I used this command to export the stringsfiles:
I have a portion of code to update a cell value like this: jQuery(\"#myGridD开发者_C百科iv\").jqGrid(\'setCell\', myRowToEdit, myColToEdit, myNewValue);