Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LibXML2.dylib and Xcode4

I just downloaded Xcode 4 and I cant seem to run my application as the MGTwitter... classes are complaining of a non inclusion error of LibXML2. I have imported it into the frameworks folder, and I have put the following in the header bit in the build settings

$(SDKROOT)/usr/include/libxml2

But I am still getting 65 errors.

Any ideas how to fix this?

like image 653
max_ Avatar asked Feb 04 '11 23:02

max_


1 Answers

Try this:

"$(SDK_DIR)"/usr/include/libxml2

like image 113
Julio Gorgé Avatar answered Sep 27 '22 22:09

Julio Gorgé