Xcode上Playground的默认目录

Rya*_*ner 8 xcode10

当我使用Xcode 10.1创建新的Playground时,它始终默认为〜/ Library / Autosave Information /

有什么办法可以改变吗?

在此处输入图片说明

Gra*_*lex 2

解决方法与symlink. 关闭XCode-> 在终端中输入:

mv ~/Library/Autosave\ Information ~/Library/Autosave\ Information\ Old
ln -s "_desired_folder_path_" ~/Library/Autosave\ Information
Run Code Online (Sandbox Code Playgroud)