【问题标题】:Module 'KissXML' not found未找到模块“KissXML”
【发布时间】: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

pod file and error shown in this pic

【问题讨论】:

    标签: objective-c cocoapods xmppframework kissxml


    【解决方案1】:

    尝试输入

    import "KissXML.h" insted of @import KissXML

    【讨论】:

      猜你喜欢
      • 2017-05-20
      • 2020-09-29
      • 2018-12-28
      • 2019-03-30
      • 2018-04-15
      • 2020-09-28
      • 2019-09-11
      • 1970-01-01
      • 2020-09-24
      相关资源
      最近更新 更多