Search code examples
xcodetimemachine

How to exclude temporary Xcode files from Time Machine?


I write a lot of code using Xcode. I know Xcode creates temporary files when it builds. These seem to be quite large (GB's), and I would like to exclude them from Time Machine backups.

How can I exclude them ? Where are they located? Is the location always the same?


Solution

    1. Launch System Preferences
    2. Select Time Machine
    3. Click Options...
    4. Add ~/Library/Developer to exclusion list
    5. Click Save

    demo