我的XCode模拟器名称开始出现模拟器标识符(如ACK
),而不是模拟器选择菜单中的iOS版本,如何正确修复?
无论如何都要自动重建所有模拟器?
谢谢,
答案 0 :(得分:4)
重新创建XCode模拟器的脚本
我找到了以下解决方案来自动重新创建XCode模拟器,它就像魅力一样。
对于XCode7:https://gist.github.com/cabeca/3ff77007204e5479f7af
对于XCode 6:https://gist.github.com/cabeca/cbaacbeb6a1cc4683aa5
运行脚本的步骤:
1- Copy and past script in a file, name it 'resetSims.rb'
2- Run script in terminal by using command : ruby /Users/xxx/Desktop/resetSims.rb