Questions tagged [kissxml]
31 questions
-2
votes
1 answer
Module 'KissXML' not found
I read this and I try to solve it and didn't solved:
Module 'KissXML' not found Error in IOS
I setup my podfile like this:
platform :ios, '9.0'
target 'iPhoneXMPP' do
pod 'XMPPFramework', '~> 3.7.0'
end
Then in terminal I run:
pod install
It…

Issa Odeh
- 11
- 4