fatal error: ‘CocoaLumberjack/CocoaLumberjack.h’ file not found
#import <CocoaLumberjack/CocoaLumberjack.h>
But the header file is present
The question is already been asked: CocoaLumberjack.h file not found?
Followed these steps still the error occurs. So asking again. Thanks in Advance.
Uncomment the next line to define a global platform for your project
platform :ios, ‘11.0’
target ‘XXXX’ do
Comment the next line if you’re not using Swift and don’t want to use dynamic
#frameworks
use_frameworks!
Pods for XXXX
pod ‘FCAlertView’, ‘~> 1.4’
pod ‘CocoaLumberjack’
target ‘XXXX’ do
inherit! :search_paths
# Pods for testing
end
end
my pod file. And inside the Pods folder the CocoaLumberjack is also present. Also the framework is red coloured, means the xcode is unable to locate it. Thats the problem, File is present still facing the issue.
Other details:
- VALID_ARCHS = armv7s x86_64 armv7 arm64
- Header Search Path:
Header Search Path - Frame Search Path:
Frame Search Path
ABHINAV B is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.