Default Directory for Playground on Xcode

▼魔方 西西 提交于 2019-12-07 00:37:36

问题


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?


回答1:


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

mv ~/Library/Autosave\ Information ~/Library/Autosave\ Information\ Old
ln -s "_desired_folder_path_" ~/Library/Autosave\ Information


来源:https://stackoverflow.com/questions/53635402/default-directory-for-playground-on-xcode

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!