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.
Module 'KissXML' not found Error in IOS
1.5k Views Asked by prem nath At
2
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'