I use CocoaPods at the beginning, but because of the need to change the source code to meet certain requirements, so manually add XMPPFramework, but meet all kinds of errors. One blogger noted, but I solved the problem.
Replacing
@import KissXml;
to
#import "DDXML.h"
Try it ~
source share