2

I want to build xmppframework using XCode. I'm a newbie in ios development. I followed the steps mentioned here but couldn't build it. I couldnt get any clear steps to build it elsewhere as well. Can someone help me in building it or show some pointers from where i can start. I've copied Cocoalumberjack, cocoaAsyncSocket framework to the project and added KissXML and added libxml2 path in header and it library.

I'm getting the below error:

error: /Users/karsomas/eRDK/ios_dev/xmppClient/XMPPFramework/Vendor/CocoaLumberjack/Extensions/README.txt: No such file or directory

Community
  • 1
  • 1
  • remove README.txt file from given location(as well as from your project - you may see it red coloured), just remove it will make it build – Mehul Thakkar May 05 '16 at 11:31
  • Also, make sure that all the build settings for dependecies -> kissXML,lumberjack,asycSocket etc are properly added – Mehul Thakkar May 05 '16 at 11:31
  • Also, make sure that even after building, you will not now be able to use gtalk/hangout(we were using this before, but not googles stopped giving that service) for using XMPP, you must have to your own XMPP server running – Mehul Thakkar May 05 '16 at 11:32
  • I Just cloned those repos and dragged them from finder into my project. I don't know what other settings that I need to set. If possible can you please elaborate them or share a link which I can follow. – Karthick Somasundaresan May 05 '16 at 12:15
  • follow the steps provided here : https://github.com/robbiehanson/XMPPFramework/wiki/GettingStarted_iOS – Mehul Thakkar May 05 '16 at 12:34
  • And link for steps of adding other dependencies are provided in above link itself, wherever it is written that add "XYZ" dependency, go to given dependency's github page(links already provided) and follow the steps(specifically for kissXML, when i have done first time, i missed that) – Mehul Thakkar May 05 '16 at 12:36
  • I followed all the steps, now I'm getting error at @ import KissXML; saying "use of @ import when modules are disabled" and lots of error related to that. – Karthick Somasundaresan May 05 '16 at 16:55

0 Answers0