objective c - import libxml/XMLReader.h not found xcode 5.1 and OS X Mavericks -


as in link:

libxml2.dylib , xcode4

and countless others have still getting (in)famous 'not found' error when

#import "libxml/xmlreader.h" 

in xcode project. difference being other questions/answers on xcode 4 , earlier mac os versions.

has resolved on mavericks? 10.9.x , xcode 5.1? , if so, solution (i haven't tried drag/drop of libxml file project - apple let through?)

same problem.

you should these changes.

1-

enter image description here

2-

enter image description here


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -