【发布时间】:2019-05-04 13:59:20
【问题描述】:
我阅读了这篇文章并尝试解决它但没有解决: Module 'KissXML' not found Error in IOS
我这样设置我的 podfile:
platform :ios, '9.0'
target 'iPhoneXMPP' do
pod 'XMPPFramework', '~> 3.7.0'
end
然后在终端我运行:
pod install
XMPPFramework 将安装“KissXML”。 当我尝试在我的项目中导入它时,它给了我这个错误:
Module 'KissXML' not found
【问题讨论】:
标签: objective-c cocoapods xmppframework kissxml