LibXML2.dylib and Xcode4

前端 未结 11 805
执念已碎
执念已碎 2020-12-05 01:14

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

11条回答
  •  再見小時候
    2020-12-05 02:10

    1. Get info on the target and go to the build tab
    2. Add -lxml2 to the Other Linker Flags property
    3. Add -I/usr/include/libxml2 to the Other C Flags property

提交回复
热议问题