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

Trying to build throws tons of "header not found" errors #3

Open Linux-cpp-lisp opened 11 years ago

Linux-cpp-lisp commented 11 years ago

I'm trying to integrate this into a project, and it's not working. Every time I try to build, all of the id3lib files are complaining that they can't find the various id3lib headers.

If it would have any effect, I dragged the project into the frameworks group, and downloaded it as a git submodule.

The same thing happens when I try to build the Example target.

Vienta commented 9 years ago

@Linux-cpp-lisp Did you solved this? I have the same issue

Linux-cpp-lisp commented 9 years ago

@Vienta : Nope. Sorry. I gave up on ID3 tags for that project altogether, and just sent the data as a URL alongside the MP3.