Here's what my Info.plist looks like:
The problem here is that there is no value column. No where for me to edit the values. It's driving me insane. I can edit in a vanilla text editor, but it's annoying to use the auto complete feature here and then open a text editor to change the value.
Anyone know why this could be happening? Am I just missing a setting toggle somewhere?
Can you run the following commands in Terminal and let me know the result? Make sure Xcode is not running when you do this.
defaults delete com.apple.dt.Xcode "NSTableView Columns v3 PlistColumns"
defaults delete com.apple.dt.Xcode "NSTableView Sort Ordering v2 PlistColumns"
defaults delete com.apple.dt.Xcode "NSTableView Supports v2 PlistColumns"
— Ed Ford, DTS Engineer