未找到模块 'KissXML'

Module 'KissXML' not found

我读了这篇文章并尝试解决它但没有解决: Module 'KissXML' not found Error in IOS

我这样设置我的播客文件:

platform :ios, '9.0'

target 'iPhoneXMPP' do
  pod 'XMPPFramework', '~> 3.7.0'
end 

然后在终端 I 运行:

pod install

XMPPFramework 将安装 "KissXML"。 当我尝试将它导入我的项目时,它给我这个错误:

Module 'KissXML' not found

pod file and error shown in this pic

尝试输入

导入“KissXML.h”而不是@import KissXML