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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -