I’ve downloaded new Xcode 4.2 and I’m unable to compile the old projects since I’m getting GCC error.
Share
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.
If I’m not mistaken, the new Xcode tries to update your projects to use their new LLVM compiler. Go to your project settings and check if your compiler is LLVM or GCC (GCC was the old one).
Project -> Build Settings -> Build Options – Compiler for C/C++/Objective C:
Apple LLVM compiler 3.0 (this is the new one)
LLVM GCC 4.2 (that’s the old one)