hpple icon indicating copy to clipboard operation
hpple copied to clipboard

the Xcode 6.3 can not find the libxml2.2 ,

Open JJJJJJJerk opened this issue 9 years ago • 4 comments

libxml/tree can be find . even pasted the ${SDKROOT}/usr/include/libxml2 to the header search

JJJJJJJerk avatar May 08 '15 10:05 JJJJJJJerk

@JJJJJJJerk Did you "Add the libxml2.2.dylib framework" ?

maojj avatar May 10 '15 08:05 maojj

i added 2.2 and even pasted the ${SDKROOT}/usr/include/libxml2,2 to the header search still show wrong

2.0 is ok

JJJJJJJerk avatar May 10 '15 09:05 JJJJJJJerk

add /usr/include/libxml2 to Header Search Path

X140Yu avatar Jul 22 '15 11:07 X140Yu

try add ${SDKROOT}/usr/include/libxml2 to HeaderSearchPath and LibrarySearchPaths

http://stackoverflow.com/questions/26857531/import-libxml-tree-h-file-not-found-after-xcode-6-1-update

peerax avatar Oct 25 '15 07:10 peerax