TPCircularBuffer icon indicating copy to clipboard operation
TPCircularBuffer copied to clipboard

Redefinition of module TPCircularBuffer

Open galileoguzman opened this issue 6 years ago • 2 comments

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

galileoguzman avatar Jun 11 '18 14:06 galileoguzman

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

michaeltyson avatar Jun 12 '18 00:06 michaeltyson

this is my pod file

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

galileoguzman avatar Jun 12 '18 10:06 galileoguzman