执行"pod install" 或者 "pod update" , xmppframework 会出现循环依赖问题。
There is a circular dependency between XMPPFramework/Core and XMPPFramework/Authentication'
1.找到本机如下路径的文件
~/.cocoapods/repos/master/Specs/XMPPFramework/3.6.4/XMPPFramework.podspec.json
2.替换文件为
https://github.com/ChatSecure/XMPPFramework/blob/f1364d1dd9bc8d0843b79ee8abe261154473d8a0/XMPPFramework.podspec.json
3.然后执行 pod install 或者 pod update