LibXML2.dylib and Xcode4

前端 未结 11 808
执念已碎
执念已碎 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:57

    Make User Header Search paths empty and write

    $(SDK_DIR)"/usr/include/libxml2

    in Header Search paths which is above the Library Search Paths

提交回复
热议问题