標籤彙整: xcode

Xcode 超級基礎常見問題

  1. 部分檔案禁用ARC
    選取專案的Target → Build Phases → Compile Sources → 把要禁用檔案選取按enter鍵填入

    -fno-objc-arc
  2. 加入ASIHTTPRequest出現libxml/HTMLparser.h file not found錯誤
    選取專案的Target → Build Phases → Search Paths → Header Search Paths 填入

    ${SDK_DIR}/usr/include/libxml2