Module 'KissXML' not found Error in IOS

1.5k Views Asked by At

I am beginner in IOS development want to make chat app using XMPPFramework . while integrating this library i had got this Error,I am attaching the image of error can any one help me regarding this.enter image description here

2

There are 2 best solutions below

6
On

Try this, just replace your current pod with below one. it will fix your problem.

pod 'XMPPFramework', :git => "https://github.com/robbiehanson/XMPPFramework.git", :branch => 'master'

0
On

Adding use_frameworks! pod 'KissXML' in Podfile solved my problem.