xmppframework - Getting an error in libxml library in ios -


I am working on chat application in iOS. When I integrate the XMPP framework in my app, I am getting an error, in the libxml library. Can you please help me out? Please see the following screenshot

follow these steps

  1. Code> Security.Firework , Core Graphics. Framework , foundation.freework , uiKit .framework , libxml2.tbd < / Code>, cfnetwork.frameWork , libresolv.tbd , CoreData.frameWork , systemConfig .framework , and yes and user header search path:
  2. CoreLocation.frameWork in the listed framework and library $ (SDKROOT) / Usr / include / libxml2 it recurse
  3. Add header search path: $ (SDKROOT) / usr / include / libxml2 this non-recursive
  4. Search the Other Linker flag and add: -lxml2 .
  5. Now clean project and construction for IPA

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -