How to remove ARC from XCode

后端 未结 3 2142
谎友^
谎友^ 2021-02-10 03:24

I have already created a project in XCode 4.2 with ARC checked. The problem is that I have to download and add the ASIHttpRequest files. This is giving a whole bunch of errors w

3条回答
  •  无人共我
    2021-02-10 03:37

    Keep using ARC, but disable it for the ASIHttpRequest files. This answer should point you in the right direction:

    How can I disable ARC for a single file in a project?

提交回复
热议问题