I'm getting this error Module 'KissXml' not found
on XMPPFramework I couldn't solve this problem please help me! I setup XmppFramework like Github my Xcode version is 7.2
I use CocoaPods at the beginning, but because of the need to modify the source code to meet certain requirements, so manually add XMPPFramework, but encountered all sorts of mistakes. One blogger noted, but I have solved the problem.
By replace
@import KissXml;
to
#import "DDXML.h"
Have a try~
If you change your @import KissXML to #import "KissXML.h" and @import CocoaAsyncSocket to #import "CocoaAsyncSocket/GCDAsyncSocket.h". Your problem should be solved.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With