Hi. I have worked on boost before using Visual Studios and loved using it. I am using a mac for some development now with xcode. My question is 2 fold. First off, on a regular c++ project I can use boost no problem, but I haven't seen how to get the auto complete to list functions through the -> operator. Has anyone had luck? In visual studios i could include the header and the non template header in my project to get this functionality to work.

Second question is, when developing a project that was created using the iphone template the program fails to compile when I include any boost.h files, even though I am including them in the exact same way that was succesfull in the c++ project. Has anyone tried this?