iOS 模拟器变的很多的问题

运行一下命令

xcrun simctl list devices | grep -v '^[-=]' | cut -d "(" -f2 | cut -d ")" -f1 | xargs -I {} xcrun simctl delete "{}"

除了你正在运行的模拟器,其他的都会删除。

原文地址:https://www.cnblogs.com/shanyimin/p/5879638.html