ios - XmppFramework I'm getting KissXml error -
i'm getting error module 'kissxml' not found on xmppframework couldn't solve problem please me! setup xmppframework github xcode version 7.2
i use cocoapods @ beginning, because of need modify source code meet requirements, manually add xmppframework, encountered sorts of mistakes. 1 blogger noted, have solved problem.
by replace
@import kissxml; to
#import "ddxml.h" have try~

Comments
Post a Comment