iphone - Why am I getting this "libxml/tree.h file not found" error? -


i installed xcode version 4.3.1 , error:

libxml / tree.h file not found

i have installed xcode 4.2, , same project same error.

i have configured header search paths /usr/include/libxml2
tried $(sdkroot) / usr/include/libxml2 , didn't work.

i have put other linker flag lxml2

include following in header search path , should immune weirdness apple xcode updates:

$(sdkroot)/usr/include/libxml2 

Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -