Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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, I went to the Build Phases tab under my target, and I could double click the on the right side of a row in the Compile Sources section, add -fno-objc-arc to the list of compiler flags, and be off.

In 5, however, the column seems to be unclickable:

enter image description here

So, how do I do this?

like image 853
Undo Avatar asked Sep 18 '13 23:09

Undo


1 Answers

Well, I just tried and found that you must had dragged the window to a smaller width. You need to drag it back to show the Compiler Flag column:

like image 158
Kjuly Avatar answered Sep 23 '22 11:09

Kjuly