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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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/binor/Developer/usr/bin.