简体   繁体   中英

Getting an error in libxml library in ios

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

Follow these step

  1. Add Security.frameWork , coreGraphics.frameWork , foundation.fraework , uiKit .framework , libxml2.tbd , cfnetwork.frameWork , libresolv.tbd , CoreData.frameWork , systemConfig .frameWork , CoreLocation.frameWork in Linked Frameworks and libraries
  2. Set Always search user paths to Yes and User Header Search Paths : $(SDKROOT)/usr/include/libxml2 make it recursive
  3. Add in Header Search Paths : $(SDKROOT)/usr/include/libxml2 make it non-recursive
  4. search Other Linker Flags and the add: -lxml2 .
  5. Now clean project and build for IPA Screen shot

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM