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

enter image description here

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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -