groomsy / flannel

A stylish log formatter for CocoaLumberjack
MIT License
12 stars 2 forks source link

When validating the spec, receiving a warning due to a CocoaLumberjack warning #4

Open groomsy opened 8 years ago

groomsy commented 8 years ago

- WARN | xcodebuild: Headers/Private/CocoaLumberjack/DDLegacyMacros.h:23:2: warning: CocoaLumberjack 1.9.x legacy macros enabled. Disable legacy macros by importing CocoaLumberjack.h or DDLogMacros.h instead of DDLog.h or add#define DD_LEGACY_MACROS 0before importing DDLog.h. [-W#warnings]

I have updated the import to reflect the new import, but we still get that warning.

groomsy commented 8 years ago

@lgauthier In case you need to know about that warning.