Where to open Xcode 4.2 Command line Tools?

2019-06-08 11:01发布

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条回答
时光不老,我们不散
2楼-- · 2019-06-08 11:56

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.

查看更多
登录 后发表回答