Unable to find utility "genstrings"

479 Views Asked by At

I have an ios app and I now want to add a new language option.

I did localize my xibs and storyboards easily with "Localize" option at IB. But I also want to change my hardcoded strings in .m files. All sources I found says that I should use "genstrings".

But when I try to use the command : genstrings -o en.lproj *.m at my project home directory, it gives me the error :

error: unable to find utility "genstrings", not a developer tool or in PATH

I cannot find anything to solve this problem. I also have developer tools, version of xcode : Version 6.3.2 . Any help appreciated.

0

There are 0 best solutions below