在哪里打开 Xcode 4.2 命令行工具?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10346369/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Where to open Xcode 4.2 Command line Tools?
提问by Selvin
I need to re-code sign an ipa file. A tutorial explains recode signing via xcode CLT. For that first of all I need CLT for xcode. I am using xcode 4.2. So where do i find the command line tools for re-code signing in Xcode 4.2?
我需要重新编码签署一个 ipa 文件。一个教程解释了通过 xcode CLT 重新编码签名。首先,我需要 xcode 的 CLT。我正在使用 xcode 4.2。那么我在哪里可以找到用于在 Xcode 4.2 中重新编码签名的命令行工具?
Thanks.
谢谢。
回答by Paul R
In recent versions of Xcode (Xcode 4.3.x) all the command line tools have moved to: /Applications/Xcode.app/Contents/Developer/usr/bin/
.
在最新版本的 Xcode (Xcode 4.3.x) 中,所有命令行工具都已移至:/Applications/Xcode.app/Contents/Developer/usr/bin/
.
In older versions of Xcode (prior to Xcode 4.3) the tools are just installed in /usr/bin
or /Developer/usr/bin
.
在旧版本的 Xcode(Xcode 4.3 之前)中,这些工具只是安装在/usr/bin
或/Developer/usr/bin
.