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

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *