iphone localization
Posted
by hardik
on Stack Overflow
See other posts from Stack Overflow
or by hardik
Published on 2010-06-07T12:45:15Z
Indexed on
2010/06/07
13:32 UTC
Read the original article
Hit count: 365
iphone
hello all when i run the command to generate Localizable.string file from my terminal it says me bad entry in to the classes file the file gets generated but it has no entry in it infact it should have entry in it. Here is what i am running in my terminal but somehow it is not happening please guide me need to solve this
Last login: Mon Jun 7 18:02:09 on ttys000
comp10:~ admin$ cd ..
comp10:Users admin$ cd ..
comp10:/ admin$ cd /Users/admin/Desktop/localisationwithcode
comp10:localisationwithcode admin$ sudo
usage: sudo -K | -L | -V | -h | -k | -l | -v
usage: sudo [-HPSb] [-p prompt] [-u username|#uid]
{ -e file [...] | -i | -s | <command> }
comp10:localisationwithcode admin$ genstrings Classes/*.m
Bad entry in file Classes/localisationwithcodeViewController.m (line = 35): Argument is not a literal string.
Bad entry in file Classes/localisationwithcodeViewController.m (line = 36): Argument is not a literal string.
Bad entry in file Classes/localisationwithcodeViewController.m (line = 37): Argument is not a literal string.
Bad entry in file Classes/localisationwithcodeViewController.m (line = 38): Argument is not a literal string.
2010-06-07 18:04:45.047 genstrings[3851:10b] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35
comp10:localisationwithcode admin$
© Stack Overflow or respective owner