KissXML icon indicating copy to clipboard operation
KissXML copied to clipboard

How to add libxml2.dylib in xcode 7

Open yatendray opened this issue 8 years ago • 3 comments

I am trying to add xmpp framework in my ios app.After adding it's showing

libxml/tree.h file not found

after some googling I found that need to add libxml2.dylib in Build Phases -> Link Binary With Libraries.But I am not finding this file. but i found .tbd file.I try to add .tbd file and set Header search path as $(SDKROOT)/usr/include/libxml2 but it still showing same error.

yatendray avatar Aug 22 '16 10:08 yatendray

yes i got same error. i've tried many things

codaman avatar Oct 11 '16 14:10 codaman

it is working with xcode 7.2 but after all versions libxml2 not linking

codaman avatar Oct 11 '16 14:10 codaman

soga?

BackWorld avatar Feb 15 '17 07:02 BackWorld