Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在用 swift! 编写的项目中与 Xmppframework 一起使用时,可可伐木工人面临问题!通过 pod 安装 xmppframework。出现以下错误,使用未解析的标识符“DDLogVerbose”。有什么建议么?
我也遇到了同样的问题,尝试通过在 podfile 中添加以下行来安装 XMPPFramework
pod 'XMPPFramework', :git => 'https://github.com/robbiehanson/XMPPFramework.git', :branch => 'master'