tags:

views:

61

answers:

1

i am trying to develop chatting application in iphone. for that i have used xmpp framework, but when i am trying to integrating it with xcode project, i am getting error like "can not find an interface declaration for NSXMLElement". When i see NSXMLElement document it is a class of mac os sdk, not iphone. So how do i solve this problem ???

A: 

Maybe check out KissXML

David Gelhar
I have solved a problem. Thanks for help.
Matrix