简体   繁体   English

Quickblox简单聊天应用

[英]Quickblox simple chat app

ld: warning: directory not found for option '-F/Users/igorkhomenko/workspace/quickblox-ios-sdk/Framework'
ld: library not found for -lPods
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I am new to ios development and quickblox I get this kind of error..what it is about ? 我是ios开发和quickblox的新手,因此出现此类错误。它是关于什么的? M i missing to add some file . 我想添加一些文件。

you seem to have used cocoapods to add this library to your project. 您似乎已经使用cocoapods将此库添加到您的项目中。

Cocoapods creates, and requires you to use, an xcworkspace file to manage your Xcode project. Cocoapods创建并要求您使用xcworkspace文件来管理Xcode项目。

This is an error that occurs when you are still using the xcodeproj file instead of the xcworkspace . 当您仍在使用xcodeproj文件而不是xcworkspace时,会发生此错误。

Either that or your cocoa pods setup is broken. 可能是您的可可豆荚设置被破坏了。 Try running pod install again or see the website to fix it. 尝试再次运行pod install或访问网站进行修复。

您是否通过目标设置->构建阶段->与库链接二进制文件-> +按钮添加了quicklblox库?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM