I have used CocoaPod
in my project.
When i run pod install
command and after that running my project i am getting an error as -
ld: library not found for -lPods-ProjectName-AFNetworking clang: error: linker command failed with exit code 1 (use -v to see invocation)
Can anyone help me to solve this issue.