TPCircularBuffer
TPCircularBuffer copied to clipboard
Redefinition of module TPCircularBuffer
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:
- Cocoapods
- Main project
- Sub module with TPCircularBuffer
Tooling:
- Xcode 9.4
- Cocoapods
- Swift
- MacOS
What other pods are you using in your project? Maybe one of those has TPCB in it too?
this is my pod file
pod 'Alamofire'
pod 'CocoaLumberjack/Swift'
pod 'Crashlytics'
pod 'Fabric'
pod 'PromiseKit/CorePromise'
pod 'ScanAPI', :path => 'scanapisdk-10-3-36'