react-native-background-geolocation: 'CocoaLumberjack/CocoaLumberjack.h' file not found, in file included from DDFileLogger+Buffering.m

I’m getting an error ‘CocoaLumberjack/CocoaLumberjack.h’ file not found in file included from DDFileLogger+Buffering.m, this error appears in file DDFileLogger+Internal.h after the installation of the library. I migrated from ExpoKit project to bare workflow expo project.

Your Environment

  • Plugin version:“^3.2.2”
  • Platform: iOS
  • OS version: all
  • Device manufacturer / model: all
  • React Native version (react-native -v):0.59.10
  • Plugin config
PASTE_YOUR_CODE_HERE

Expected Behavior

I can build a project

Actual Behavior

I can’t build a project

Steps to Reproduce

  1. Add library
  2. try to build a project

Context

I have cocoa pods in the project

Debug logs

Logs
PASTE_YOUR_LOGS_HERE

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 22 (8 by maintainers)

Most upvoted comments

I found the solution, I removed folder with Pods and removed Podfile.lock, and reinstalled pods and error is disappeared.