Xcode: Compile Under Certain Build Configurations?

I believe what you need to do is something like.

Up vote 1 down vote favorite share g+ share fb share tw.

For example, let's say I have a simple shell tool that compiles alongside a larger library to test it. Can I set it to compile under the "Debug" build configuration, but not "Release? " xcode build compilation xcode3.2.2 link|improve this question asked May 10 '11 at 2:13Maxpm3,6731521 100% accept rate.

I believe what you need to do is something like #ifdef RELEASE // if we get here it won't compile #error #endif I know that's quite dirty, I do apologize - hopefully someone more experience in Xcode/Objective-C will have an answer!

This works for my purposes, since I really just need to make sure my library links properly. I'll wait to see if there's a cleaner solution before accepting this as the answer, though. – Maxpm May 10 '11 at 2:25 I quite agree :) – Russ C May 10 '11 at 2:28.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions