Using TagLib as a framework in XCode: C++ header <string> not found
Posted
by
david
on Stack Overflow
See other posts from Stack Overflow
or by david
Published on 2010-12-27T15:04:46Z
Indexed on
2010/12/28
11:53 UTC
Read the original article
Hit count: 398
I have build TagLib as a framework using this: https://github.com/rahvin/TagLib.framework. I dragged the produced framework into my XCode Project and now it says:
"String: No such file or directory" on including <TagLib/TagLib.h>.
I've never done this before. It seems as XCode does not include the c++ headers by default ?! (Or is string not a c++ default header?!)
Note: The taglib headers are included right. <string>
is the problem
© Stack Overflow or respective owner