Install WeChat via cocoapods issue - ios

I found WeChatSDK 0.0.1 on CocoaPods
I have added pod 'WeChatSDK', '~> 0.0.1' to my Podfile,
butI got this error after run project:
ld: warning: directory not found for option '-L/Users/mac/Documents/Projects/Project-iOS/Pods/WeChatSDK/WeChat_SDK_iOSen'
ld: library not found for -lWeChatSDK
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I've updated the WeChatSDK Spec here to use some newer hooks. This will hopefully fix your issue. Otherwise you should submit a new issue on our issue tracker with things like this.

Related

ld: library not found for -lBoringSSL-GRPC clang: error: linker command failed with exit code 1 (use -v to see invocation)

I am currently having issues archiving my react native project in Xcode. Building and running my project works fine in Debug but archiving is a problem. The following error appears when attempting to archive:
ld: library not found for lBoringSSL-GRPC
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have tried removing 'Firebase/Firestore' from my Podfile, running pod install and then trying to archive but that doesn't seem to help. I would get the error:
ld: library not found for lDoubleConversion
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have tried removing the quotes from the library search paths in the build settings as suggested from someone who had a similar issue. This didn't help unfortunately.
I am opening the workspace. Although, when opening .workspace it does direct me to my project .xcodeproj. Not sure if this is the problem.
Can someone please assist? I would really appreciate it. I'm clueless here. I'm fairly new to Xcode and React Native.
Thank you.

error: linker command failed with exit code 1 (use -v to see invocation) in Xcode 7.0.1

Before I asked this question I've tried all the available listed solutions.
I'm running old project (from 1 year ago) and I get this error
ld: library not found for -lPods-AAShareBubbles
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I think there are a problem in linking Pod files, because when I remove the first pod which was AAShareBuble and added it manually, the error moved to the second pod which was AFNetwoking, so I think the problem in Pods configuration or Linking.
xCode version: 7.0.1
COCOAPODS: 0.38.2
Any one can help ?

ld: library not found for -lPods-Google-Maps-iOS-SDK iOS

I install googlemap pod file that time i got an error and unable to solved this .. please help me
I am getting this error:
ld: library not found for -lPods-Google-Maps-iOS-SDK clang: error:
linker command failed with exit code 1 (use -v to see invocation)
This is the error because u didn't integerate sdk using podfile correctly so the sdk files are missing in your project
Use this link https://developers.google.com/maps/documentation/ios-sdk/start it will help.Thanks
follow this link properly https://developers.google.com/maps/documentation/ios-sdk/start
and make sure you have set YES in BUILD ACTIVE ARCHITECTURE ONLY in build settings (in target).

VIMNetworking with pod install error

It's possible use this library with pod install?
My project already uses pod install and when I add this library, crash with:
"(UIImageView+AFNetworking.o) ld: 76 duplicate symbols for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)"
VIMNetworking worked out its Cocoapods issues - see https://github.com/vimeo/VIMNetworking
The Podfile entries that worked for me were
pod 'VIMNetworking', '~>5.4.2'
pod 'VIMVideoPlayer', '~>5.4.2'
and deleting the line for AFNetworking since the VIMNetworking pulls AFNetworking in as a dependecy.

library not found for -lPods-Doppio-Mantle

when build project,show this error,nothing to add in link binary with libraries,i don't know the reason
library not found for -lPods-Doppio-Mantle
I guess you were meaning after you install pod you have an error like that:
ld: library not found for -lPods-Doppio
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Did you open the xworkspace that Cocoapods created, instead of xcodeproj?
Or check if you install pod in the right directory. I mean in the directory of your Project:
cd myProject
pod install

Resources