- 部分檔案禁用ARC
選取專案的Target → Build Phases → Compile Sources → 把要禁用檔案選取按enter鍵填入
[sourcecode]-fno-objc-arc[/sourcecode] - 加入ASIHTTPRequest出現libxml/HTMLparser.h file not found錯誤
選取專案的Target → Build Phases → Search Paths → Header Search Paths 填入
[sourcecode]${SDK_DIR}/usr/include/libxml2[/sourcecode]