How to disable ARC for a single file in Xcode 5?

前端 未结 3 2093
刺人心
刺人心 2020-12-09 07:35

I recently downloaded Xcode 5, and it\'s now my primary IDE. However, I now need to disable Automatic Reference Counting for a single file in my project.

In Xcode 4

3条回答
  •  醉酒成梦
    2020-12-09 08:22

    You appear to be missing the right-hand column. On my install it looks like this:

    enter image description here

    Notice the 'Compiler Flags' column to the right of the 'Name' column.

    Double-clicking anywhere on the row allows me to type into the flags as long as that column is on screen. Making my window sufficiently thin causes it to be invisible so the first thing I'd try is making your window super-wide, to see whether you can get a flags column.

提交回复
热议问题