Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode doesn't show menus for build settings options

I'm using OS X 10.9.1 (Mavericks) and Xcode 5.0.2. I create a new project and in the project's Build Settings, there are no menus to choose values for the different options. Here's a screenshot...

enter image description here

You can see that, for example, Base SDK shows an iphoneos value, and Build Active Architectures Only shows the value YES, but it's like hardcoded, there's no menu to choose another value. Instead, when I create a new project in another computer, using also Mavericks (OS X 10.9 in this case) and Xcode 5.0.2, I get the expected menus, as seen in this other screenshot... enter image description here

Why Xcode doesn't show menus for build settings options in one of the computers?

like image 656
Xavi Avatar asked Feb 14 '23 00:02

Xavi


1 Answers

In Xcode, choose Editor > Show Values. That will switch from the current view style (which is "Show Definitions" that uses plain text fields) to using "Show Values", which will add in popup menus where appropriate.

like image 115
NSGod Avatar answered Feb 17 '23 01:02

NSGod