df -h

16次阅读
没有评论

⏺ 从输出看,你的主磁盘空间很紧张:

  • /System/Volumes/Data 已用 810Gi / 835Gi(99%),全盘仅剩约 8.8Gi 可用
  • iOS 模拟器镜像占了 7.5Gi(/Library/Developer/CoreSimulator/Volumes/iOS_21A328) 空间不足可能导致 git 操作、编译等失败。如需清理,常见可回收空间的方向:
  1. iOS 模拟器:xcrun simctl delete unavailable 或删除旧 runtime
  2. Xcode 缓存:~/Library/Developer/Xcode/DerivedData
  3. 查找大文件:du -sh ~/* 2>/dev/null | sort -rh | head -20
正文完
可以使用微信扫码关注公众号(ID:xzluomor)
post-qrcode
 0
评论(没有评论)
验证码