Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot set the compiler flags in Xcode 4.3.3

Tags:

xcode

ios

I am trying to set compiler flags to disable arc for some of the files and i am not getting the dialog box when i double click or press enter on one of the files. It happens in a new project and old where i already set the compiler flags before. All it does just becomes gray after i press enter and looses focus. Is any one else having same issue or could i be doing something wrong.

Thanks!

like image 378
Yan Avatar asked Jul 03 '12 16:07

Yan


1 Answers

I figured it out. I think its because i am using Macbook Pro with retina with resolution set to more text. When i enabled assistant editor in Xcode and pressed enter to change the compiler flag the dialog box came out on the other side top right corner almost not seen. Hopefully the next version of Xcode will support retina display.

like image 188
Yan Avatar answered Sep 28 '22 19:09

Yan