robbiehanson / XMPPFramework

An XMPP Framework in Objective-C for Mac and iOS
Other
5.91k stars 2.09k forks source link

Module 'KissXml' not found #673

Open cenksk opened 8 years ago

cenksk commented 8 years ago

Hi Im getting " Module 'KissXml' not found " error i added with following steps that you wrote but i couldnt solve this error please help me

Thanks

djooker86 commented 8 years ago

+1

chrisballinger commented 8 years ago

If you're not using CocoaPods you'll need to clone KissXML and make sure libxml/module.modulemap is in your HEADER_SEARCH_PATHS.

cenksk commented 8 years ago

i tried you say but it's not work but i added with cocoapods and it works i will try to work with cocoa pods for now. thanks your answer

djooker86 commented 8 years ago

with cocoa pods we need to specifie the HEADER_SEARCH_PATHS because with cocoapods i have errors and warnings when i build my workplace

sagarkasture commented 8 years ago

I have downloaded zip from here. Tried to run project from XCode/iPhoneXMPP and also getting same error.

Tried lot of steps

  1. setting up header search path
  2. Creating new project and following all steps given

Please refer to my question on group as well https://groups.google.com/forum/#!topic/xmppframework/LdefsPLp5DA

Hjt830 commented 5 years ago

I also have the same problem. I use cocoapods to import XMPPFramework in my project. It can be build sucessful.But when I use 'pod push repo *.podspec', my project can not pass validation. who can help me