Module 'KissXML' not found Error in IOS

2019-08-02 20:10发布

问题:

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.

回答1:

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'