Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kimlongkid opened this issue Aug 20, 2020 · 0 comments
Open

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

kimlongkid opened this issue Aug 20, 2020 · 0 comments

Comments

@kimlongkid
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant