Xcode12 硬盘占用空间 28G ,装完之后,让本不富裕的硬盘空间雪上加霜。
是啥占用了这么多空间?激发了我的好奇心。
打开 GrandPerspective 跑了一下。得出如下结果:
image.png三个占用空间最大的文件分别是:
第一名:iOS.simruntime 9.76 GB
第二名:tvOS.simruntime 5.39 GB
第三名:watchOS.simruntime 6.83 GB
iOS.simruntime日常使用删不得,tvOS.simruntime, watchOS.simruntime ,大部分开发者接触不到,可直接删除
文件路径:
Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/watchOS.simruntime
Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS.simruntime
enjoy~
网友评论