找不到模块“ KissXML”

时间:2018-12-03 09:40:17

标签: objective-c xmppframework pod kissxml

我阅读了此内容,但尝试解决但没有解决: 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

pod file and error shown in this pic

1 个答案:

答案 0 :(得分:-1)

尝试输入

由@import KissXML导入的“ KissXML.h”