Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In xcode3 this was easily accomplished by creating a new target and then setting compiler flags to #ifdef LITE_VERSION.

But how do you do this in XCode 4? The compiler flags have moved to the project so if I set -DLITE_VERSION it will affect both my targets...

Have you found a way around this yet?

share|improve this question

1 Answer

Create a new scheme, you can find it in the menu "Product" => "New scheme..."

share|improve this answer
I actually found that you can still do the same thing in xcode4. Duplicate target > Build settings > All. Just a bit hidden but it's there. – dantastic Apr 11 '11 at 12:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.