1

As in this link:

LibXML2.dylib and Xcode4

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

#import "libxml/XMLReader.h"

in my Xcode project. The difference being the other questions/answers are on xcode 4 and earlier Mac OS versions.

Has anyone resolved this on Mavericks? 10.9.x and Xcode 5.1? And if so, which solution (I haven't tried the drag/drop of the libxml file into the project - will Apple let that through?)

Community
  • 1
  • 1
user3741598
  • 297
  • 1
  • 12
  • What is your *header search path* set to? – trojanfoe Jun 27 '14 at 15:47
  • I've tried them all - see previously linked question. By your question are you implying you've rebuilt/run a project using that import statement on the OS and xcode levels? – user3741598 Jun 27 '14 at 15:55
  • No I've never even used libxml. – trojanfoe Jun 27 '14 at 15:59
  • In order to resolve this: first find out what include paths are being used (look in the build log and open a single file's *compile line*). second go to the command line and find out where the header file you want is located. Post the updated information into your question. – trojanfoe Jun 27 '14 at 16:03

1 Answers1

1

Same my problem.

You should do these changes.

1-

enter image description here

2-

enter image description here

Khalid
  • 123
  • 1
  • 9