LibXML2.dylib and Xcode4

前端 未结 11 800
执念已碎
执念已碎 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 01:52

    You need to add "$(SDK_DIR)/usr/include/libxml2" in "Release" Category rather then in "Debug" Category under "Header Search Path" if you are putting it into a device.

提交回复
热议问题