ios - Unable to use command genstrings in OS X El Capitan -


i working on ios app using xcode 6.4 in os x 10.11 el capitan (beta 3).

whenever try localise using terminal command genstrings message

genstrings: error: unable find utility "genstrings", not developer tool or in path

i have been getting error since 2nd beta.

did have deal issue? in advance!

hi running problem when trying use xcode 6.4's genstrings in os x el capitan, xcode 7 installed.

for reason, genstrings xcode 6.4 in /applications/xcode.app/contents/developer/usr/bin missing. tried re-install xcode developer tools running xcode-select --install no avail.

the solution using kind of hack making symlink genstrings in xcode 7 xcode 6.4's developer/usr/bin path shown in following command.

sudo ln -s /applications/xcode-beta.app/contents/developer/usr/bin/genstrings /applications/xcode.app/contents/developer/usr/bin 

Comments