You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: