Clean up files on mac computers

At present, the computer has used 193G of memory, of which 167G is used in the resource library. So to clean up the computer, delete unnecessary things in the resource library.

  1. There are some residual files of uninstalled software in Caches that can be deleted
  2. There are software cache files in Containers, such as com.tencent.xinWeChat, WeChat chat records, pictures, videos, etc. on the computer, which can be deleted as appropriate. (Nonrenewable)
  3. .CoreSimulator/Devices is the data generated when we run the simulator, which can be deleted, and re-run the simulator will regenerate it. (regenerable)
  4. Developer is the files generated by our usual development. If you have never deleted it, then this folder will become bigger and bigger. The largest folder in the resource library is this, and the largest folder in Developer is Xcode, so which ones should be deleted What?
    a) Archives, our packaged files. The file that occupies the largest memory in my computer is this folder. You can delete everything you don't need. (Non-renewable)
    b) DerivedData, an app compiled by xcode, can delete some long-lasting unnecessary ones. (regenerable)

Guess you like

Origin blog.csdn.net/qq_28285625/article/details/107706984