syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.94k stars 822 forks source link

TPCircularBuffer is not supported on OSX #257

Closed Boggartfly closed 8 years ago

Boggartfly commented 8 years ago
The platform of the target `Pods` (OS X 10.11) is not compatible with `TPCircularBuffer (1.3)`, which does not support `osx`.

I'm getting this error when I'm running pod install.

Will this be a problem? Can I continue with the project without worrying that it will mess with my existing source?

syedhali commented 8 years ago

Hi @Boggartfly, good catch. I just submitted a PR to the TPCircularBuffer repo with a fix, but for now I've just released a new version of EZAudio (1.1.4) that addresses this issue by using TPCircularBuffer 1.1

Boggartfly commented 8 years ago

Yep, no problem man!