Library not found whenever I added from pod.
I have already added pod from terminal.
Error:
ld:library not found for -lCloudinary
clang: error: linker command failed with exit code 1 (use -v to se invocation)
Library not found whenever I added from pod.
I have already added pod from terminal.
Error:
ld:library not found for -lCloudinary
clang: error: linker command failed with exit code 1 (use -v to se invocation)
Copyright © 2021 Jogjafile Inc.

When you perform
pod installorpod updateyou must use the new<YourProject>.xcworkspacefile instead of the old<YourProject>.xcodeprojfile.It happens because
.xcworkspacecontains your.xcodeprojand thepods. If you just run.xcodeprojthepodswill be missing.