Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 10 Recent Project does not work correctly

Tags:

xcode

i was updated my Xcode from 9.4 to 10 but now when i open it, there aren't any recent projects in lists. also when i open a project with Xcode 10, next time there isn't in list

Xcode 10 recent projects problem

like image 984
Sajjad Avatar asked Mar 05 '23 08:03

Sajjad


1 Answers

This is due to the system setting for recent items being set to None.

To fix:

  • Navigate to System Preferences -> General -> Recent items
  • Update Recent Items to any value, for example, 5
  • Relaunch Xcode

enter image description here

like image 80
Daniel Storm Avatar answered Apr 01 '23 10:04

Daniel Storm