Xcode 4 missing drop down lists in Build Settings

前端 未结 3 1588
时光说笑
时光说笑 2021-02-14 19:44

I\'m using Xcode 4 and in Build Settings all drop down lists have gone away.

Instead of the drop down lists, I have text boxes.

See this image, for example:

3条回答
  •  -上瘾入骨i
    2021-02-14 20:43

    Some random ideas:

    1. Try deleting / then re-set the setting.

    2. Maybe your xcode project file .xcodeproj is dirty. You should give a look at its xml file > xxxxxx.xcodeproj/project.pbxproj

    3. You did something bad to your Xcode install, reinstall/upgrade :)

    4. Check your Xcode settings/preferences/garbage files (move / delete to reset...) which you can find there :

      • ~/Library/Preferences/ > com.apple.Xcode.plist & com.apple.dt.Xcode.plist
      • ~/Library/Application\ Support/Developer/Shared/Xcode
      • ~/Library/Application\ Support/Xcode/
      • ~/Library/Developer/Xcode/

提交回复
热议问题