3

For some reason, after some days working with XCode4, it simply stopped showing the available value options for any properties under the 'Build Settings' configuration.

Let me show you:

As you can see, I'm not able to select the provisioning profile from all that it is installed under my machine. The very same happens to boolean values, and anything else.

Does anyone have any idea of what it's going on? Any configuration I must be doing on XCode4?

I tried reset all preferences (deleting the plist and caches), I uninstalled the whole Developer Tools and reinstalled. It hasn't solved anything.

EDIT: What I'm saying is that, instead of showing a combobox with all available options for that property, it just shows a textbox for me to fulfill. What I want in the example above is to show all Provisioning Profiles that are installed, instead of having me wondering around what is the correct profile name/code and type there.

Claudio Martins
  • 617
  • 1
  • 6
  • 12
  • Could it be that you have selected to show the basic settings only? There are two buttons "Basic" and "All" on the line below the "Build Settings" tab. – Codo Apr 05 '11 at 15:01
  • It is already selected the "All" option. It just shows more properties, doesn't correct the issue. – Claudio Martins Apr 07 '11 at 18:46

2 Answers2

5

SOLVED: This is changed by Editor->Show Values (or Show Definitions)

Claudio Martins
  • 617
  • 1
  • 6
  • 12
0

Try attaching a device (particularly if you selected a device SDK profile). Something similar was the case for 3.x Xcode.

Steven Kramer
  • 8,473
  • 2
  • 37
  • 43