I am just trying to add a new target to my project in xcode 4.2. After selecting Add target option, i have n’t see any External build system option in ios section.Please help me to solve this.
Thanks in Advance
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.
I’ve had success by creating an OS X external build system, then changing the SDKROOT under Build Settings to “iphoneos”. It causes many other build settings to change magically to reasonable values for iOS. I’ve used this technique with success in the past with Xcode 4.0.2, and I’m using it right now with Xcode 4.3.2 to build executables for iPhone.