Xcode 4 missing drop down lists in Build Settings

前端 未结 3 1584
时光说笑
时光说笑 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条回答
  • 2021-02-14 20:36

    Wow, spent the best part of a few days trying to resolve this exact issue. Thanks.

    Xcode5 "No matching provisioning profiles found issue" (but good at xcode4)

    0 讨论(0)
  • 2021-02-14 20:41

    In Xcode:

    Editor -> Show Values

    It just worked for me.

    0 讨论(0)
  • 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/
    0 讨论(0)
提交回复
热议问题