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?
To open Playground on Xcode, navigate to File in the menu and click on New > Playground... To test our square function, we will choose the Blank template. Name your Playground file, then click on Create.
Xcode and Swift are both software development products developed by Apple. Swift is a programming language used to create apps for iOS, macOS, tvOS, and watchOS. Xcode is an Integrated Development Environment (IDE) that comes with a set of tools that helps you build Apple-related apps.
In the Swift Playgrounds app on your Mac, click Run My Code (or use the Touch Bar). If there are instructions on the right side of the screen, they slide down when you click Run My Code, so you can watch your code run in the live view. When you click Stop, the instructions slide back up.
Workaround with symlink
. Close XCode
-> enter in terminal:
mv ~/Library/Autosave\ Information ~/Library/Autosave\ Information\ Old
ln -s "_desired_folder_path_" ~/Library/Autosave\ Information
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With