CopyStringsFile ../StepMania.app/Contents/Resources/it.lproj/Localizable.strings it.lproj/Localizable.strings
cd ~/OpenSource/GameDev/StepMania/PBProject
setenv ICONV /usr/bin/iconv
/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copystrings --validate --inputencoding utf-16 --outputencoding UTF-16 it.lproj/Localizable.strings --outdir ~/OpenSource/GameDev/StepMania/PBProject/../StepMania.app/Contents/Resources/it.lproj
error: can't exec '/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copystrings' (No such file or directory)
Command /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copystrings failed with exit code 71
但是当我导航到那个位置时,我有了文件(copystrings)。
有人有任何解决方案吗? 使用Xcode 3.2.3(最新) Mac OS X 10.6.4
如果您想查看本地化文件,我也在使用StepMania的最新SVN。 https://svn.stepmania.com/svn/trunk/stepmania/PBProject/
答案 0 :(得分:2)
我有旧的符号链接到ruby。我原本以为这与红宝石无关......但事实证明......它是。
sudo ln -s / opt / local / bin / ruby / usr / bin / ruby
请务必先删除旧的/ usr / bin / ruby。