sbooth / SFBAudioEngine

A powerhouse of audio functionality for macOS, iOS, and tvOS
https://sbooth.github.io/SFBAudioEngine/
MIT License
569 stars 86 forks source link

failed to build the project #147

Closed cendolinside123 closed 4 years ago

cendolinside123 commented 4 years ago

hello, right now I try to build and run the sample project of this library

when I try to build and run the sample project on SimplePlayer-IOs I got error message

taglib/tfilestream.h' file not found

Am I missing something? Is that any requirements that should I do before using this library?

update: I already try to re-download all dependency file and add the file to the project but the result is like this:

Screen Shot 2020-06-15 at 15 08 24

after rebuild again:

Screen Shot 2020-06-15 at 15 29 36

so, how to fix it?

And Can I get the example for playing online streaming song on this library?

Thank You