library not found for -lCloudinary
Asked Answered
C

1

3

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)

Commencement answered 15/10, 2015 at 5:48 Comment(0)
O
3

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.

Oscitancy answered 13/1, 2016 at 13:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.