Search code examples
iosswiftcocoalumberjack

CocoaLumberJack 2.0.0 compilation errors with Swift 1.2


My xCode version is 6.3. Installed CocoaLumberJack with cocoapods using

pod 'CocoaLumberjack', '~> 2.0'

But I get compile errors like in this screen. enter image description here

What am I missing here?


Solution

  • I use the CocoaLumberjack swift_support branch until 2.1.0 is released with official Swift support.