以前也会有这个问题,具体不清楚命令行xcrun simctl list devices | grep -v '^[-=]' | cut -d "(" -f2 | cut -d ")" -f1 | xargs -I {} xcrun simctl delete "{}"除了你正在运行的模拟器,其他的都会删除,需要的再自己加就好
http://www.jianshu.com/p/1037...