Where to open Xcode 4.2 Command line Tools?

≯℡__Kan透↙ 提交于 2019-12-23 01:45:26

问题


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.



来源:https://stackoverflow.com/questions/10346369/where-to-open-xcode-4-2-command-line-tools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!