9

When I create a new Playground with Xcode 10.1 it always defaults to ~/Library/Autosave Information/

Is there any way I can change this?

enter image description here

Cœur
  • 37,241
  • 25
  • 195
  • 267
Ryan Heitner
  • 13,119
  • 6
  • 77
  • 119

1 Answers1

2

Workaround with symlink. Close XCode -> enter in terminal:

mv ~/Library/Autosave\ Information ~/Library/Autosave\ Information\ Old
ln -s "_desired_folder_path_" ~/Library/Autosave\ Information
Gralex
  • 4,285
  • 7
  • 26
  • 47