Hi!
I'm quite new to Xcode (and Mac in general). I started a little iPhone project - coding in C++ whatever possible - and just noted that my assert(); commands are executed also in release mode.
Is this a known problem and how do I solve it properly?
thanks!