我在WeChatSDK上找到了CocoaPods的0.0.1
我在我的Podfile中增加了'WeChatSDK','~> 0.0.1‘
在运行项目之后,butI得到了这个错误:
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)https://stackoverflow.com/questions/20705250
复制相似问题