library not found for -lCloudinary

你。 提交于 2019-12-10 18:46:14

问题


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)


回答1:


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.



来源:https://stackoverflow.com/questions/33140790/library-not-found-for-lcloudinary

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!