I just downloaded Xcode 4.5 and I can not start my application because the MGTwitter classes ... complain about the LibXML2 enable error. I imported it into the frameworks folder and I put the following in the header bit in the build settings
$ (SDKROOT) / USR / include / libxml2
#include <libxml/xmlreader.h> file not found
My application compiles without problems using Xcode 4.3, but when I try to compile using 4.5, I get this error
I also tried: $ (SDK_DIR) / USR / include / libxml2
Is this just a mistake or am I missing something obvious?
thanks
source share