Whats the difference between a C++ and a Cocoa Project in Xcode?

Posted by david on Stack Overflow See other posts from Stack Overflow or by david
Published on 2010-12-28T11:49:07Z Indexed on 2010/12/28 11:54 UTC
Read the original article Hit count: 147

Filed under:
|
|

I need to work with TagLib for my project. I've created a framework (and I tried using it as a lib) but the compiler cannot find #include < strings > on compiling (No such file or Directory). I've created a test C++ project and it #includes < strings > just fine. I've looked at the project settings and I cannot find a difference between them. But the standard cocoa projects obviously so not have the search path set to include C++ libraries (Or am I completely getting it wrong?).

I've searched for a solution but no one else seems to have run into this problem.

© Stack Overflow or respective owner

Related posts about c++

Related posts about xcode