Hi
I'm currently messing around with gloox and having problems displaying console output in Xcode 3.2.3.
I've tried compiling the example from the website and that works. However, when I try to print anything into the console, I get nothing. This only happens when I am initializing the library. As soon as I remove reference to it and stop initializing it, it outputs to console. I've tried both cout and printf, but neither seems to work.
Why does this happen and how can I fix this?