I am trying to install CocoaLumberjack
using pod install
. Installation successfully completed but libPods.a
file is missing in my project. Without this lib file I am getting this following error,
ld: library not found for -lPods-CocoaLumberjack
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I am not sure why this file is missing I couldn't find any solution for this. Any help would be appreciated. Thanks is advance.