Skip to content

DDLog.h and DDFileLogger.h files not found #3

@kimlongkid

Description

@kimlongkid

I upgraded to latest cocoapod version 1.9.3, after build we got files not found error in PDBackgroundUploadLogFileManager.h
at lines:
#import "DDLog.h"
#import "DDFileLogger.h"

then I changed to, it works
#import <CocoaLumberjack/DDLog.h> #import <CocoaLumberjack/DDFileLogger.h>

Could you guys please consider update the importing statements?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions