CocoaLumberjack: Fail to find CocoaLumberjack.h
When install CocoaLumberjack via cocoapods:
pod 'CocoaLumberjack', '2.0.0-beta4'
and then add to my .pch
file this line:
#import <CocoaLumberjack/CocoaLumberjack.h>
its says that the file can’t be found. And its there and even xcode autocomplete the route.
I don’t found any related problem in the closed issues.
About this issue
- Original URL
- State: closed
- Created 10 years ago
- Comments: 29 (13 by maintainers)
Was same problem. Solved by removing Pod folder, cleaning a project, removing DerivedData folder, then pod install.
@bpoplauschi hi,I finally resolve it by delete podfile.lock and pod install again. I do not know how to repeat this issue steadily.
Tried it, but without success. Seems CocoaPods has some issues with generation of correct project workspace file.