iOS 模拟器变的很多的问题

运行一下命令

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

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

posted @ 2016-09-17 20:50  sym3099@gmail  Views(169)  Comments(0Edit  收藏  举报