Where to open Xcode 4.2 Command line Tools?

2019-06-08 11:25发布

问题:

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?

Thanks.

回答1:

In recent versions of Xcode (Xcode 4.3.x) all the command line tools have moved to: /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.