How to remove ARC from XCode

后端 未结 3 1987
深忆病人
深忆病人 2021-02-10 03:29

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:45

    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?

提交回复
热议问题