michaeltyson / TPCircularBuffer

A simple, fast circular buffer implementation
http://atastypixel.com/blog/a-simple-fast-circular-buffer-implementation-for-audio-processing/
847 stars 140 forks source link

Redefinition of module TPCircularBuffer #27

Closed galileoguzman closed 1 year ago

galileoguzman commented 6 years ago

Issue:

I have a problem with a submodule using TPCIrucloarBuffer, when I try to build the project every time I got the same error: Redefinition of module TPCircularBuffer

Project structure:

Tooling:

michaeltyson commented 6 years ago

What other pods are you using in your project? Maybe one of those has TPCB in it too?

galileoguzman commented 6 years ago

this is my pod file

pod 'Alamofire'
pod 'CocoaLumberjack/Swift'
pod 'Crashlytics'
pod 'Fabric'
pod 'PromiseKit/CorePromise'
pod 'ScanAPI', :path => 'scanapisdk-10-3-36'