I have recently received hundreds of the following kind of error:
Ambiguous use of internal linkage declaration 'DDLogFlagError' defined in multiple modules
My podfile contains the following:
use_frameworks!
pod 'CocoaLumberjack/Swift'
What can I do?