Xcode duplicated devices bug

百般思念 提交于 2019-12-24 02:56:26

问题


I opened Xcode and suddenly I found the simulator devices duplicated. I found a similar question 1 but that's not my case, I'm using the latest SDK and a clean Xcode installation. Screenshot in the link bellow. Any ideas?

1 iOS Simulator devices listed twice in Xcode run destinations list


回答1:


You can delete the duplicates that you don't want from Xcode's Devices window (Window -> Devices) or from the command line using 'xcrun simctl delete [UDID]'



来源:https://stackoverflow.com/questions/30925338/xcode-duplicated-devices-bug

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!