I\'d like to change the location that screenshots created via File > Save Screen Shot in the iOS Simulator are saved from the desktop to a folder of my choice. How can this
It can easily be done using the new command line interface (since Xcode 8.2)
xcrun simctl io booted screenshot ~/Desktop/screenshot.png
Replace ~/Desktop/screenshot.png
with your folder location and it will be saved on there.
Further information in this blog: https://medium.com/@hollanderbart/new-features-in-xcode-8-2-simulator-fc64a4014a5f#.bzuaf5gp0