user3741598
user3741598

Reputation: 295

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

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?)

Upvotes: 1

Views: 860

Answers (1)

Khalid
Khalid

Reputation: 123

Same my problem.

You should do these changes.

1-

enter image description here

2-

enter image description here

Upvotes: 1

Related Questions