3

OS X El capitan, i realised that i can not see any recent projects especially in the Xcode. Then i made some search and i found that i could change that option from the System Preferences. When i change the recent items count from none to 5 for instance, when i close the preferences window and go there again i see that the items 5 has changed to the none option again. I tried some of plist file deletions from the Library/Preferences i saw in some sites but it did not help. I am not able to find any solution for that. So how can i change this option permanently?

yekose
  • 33
  • 7
  • You could try using the defaults command in Terminal to edit Xcode's preferences. (Perhaps quit Xcode first.) – DDP Nov 30 '15 at 05:42

1 Answers1

2

According to this answer go with this steps:

  1. Open Terminal and execute command

    rm ~/Library/Preferences/com.apple.recentitems.plist

  2. Restart mac
  3. Now your mac will save setted number of recent items
Community
  • 1
  • 1
Błażej
  • 3,617
  • 7
  • 35
  • 62