rjyo / libid3-ios

libid3-ios is a patched version based on id3lib 3.8.3-2. It includes a target of libid3.a static library for iOS.
40 stars 10 forks source link

'id3/tag.h' not found #4

Closed miquelalvarado closed 10 years ago

miquelalvarado commented 10 years ago

Hi! I've followed the installation instructions in order to use libid3-ios library in my project but when I try to import id3/tag.h in my class as you do in your Example project's demo class, I get the ''file not found" error. Am I missing something?

As I said I've followed the installation instructions and checked that the include folder is in the right path ($(SRCROOT)/libid3-ios/include)

miquelalvarado commented 10 years ago

Ok, I missed something: Include the path in the "Header search paths" (Maybe you should add it into the installation instructions).