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
I also faced this issue for xcode4.6 , i added libxml2.dylib in header search path added :: "/usr/include/libxml2" and added "AdSupport.framework" and its work for me.
Please try this one:
${SDK_DIR}/usr/include/libxml2
yes
.This works for me.
Try this:
"$(SDK_DIR)"/usr/include/libxml2
-lxml2
to the Other Linker Flags property -I/usr/include/libxml2
to the Other C Flags property