ios - library not found for -lCloudinary -
library not found whenever added pod
.
i have added pod terminal.
error:
ld:library not found -lcloudinary
clang: error: linker command failed exit code 1 (use -v se invocation)
when perform pod install
or pod update
must use new <yourproject>.xcworkspace
file instead of old <yourproject>.xcodeproj
file.
it happens because .xcworkspace
contains .xcodeproj
, pods
. if run .xcodeproj
pods
missing.
Comments
Post a Comment