Using TagLib as a framework in XCode: C++ header <string> not found
- by david
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