Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

library not found for -lCloudinary

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)

like image 863
Bhumesh Purohit Avatar asked Aug 05 '26 13:08

Bhumesh Purohit


1 Answers

When you perform pod install or pod update you must use the new <YourProject>.xcworkspace file instead of the old <YourProject>.xcodeproj file.

It happens because .xcworkspace contains your .xcodeproj and the pods. If you just run .xcodeproj the pods will be missing.

like image 133
Haroldo Gondim Avatar answered Aug 07 '26 04:08

Haroldo Gondim



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!