Its too many simulators in Xcode 6.4

前端 未结 2 667
有刺的猬
有刺的猬 2021-01-16 14:03

i have too many in my xCode application
i try to delete but just a moment its back to device list
how to remove it.

xcode Version 6.4 (6E35b)

2条回答
  •  无人共我
    2021-01-16 14:34

    Quit Xcode and the Simulator, and say (in the Terminal):

    $ xcrun simctl delete
    

    That will delete them all and now you can start fresh. It's good to do this from time to time...

提交回复
热议问题