Xcode 6.4 showing duplicate 'Simulators' with Unique Id

后端 未结 8 1919
忘掉有多难
忘掉有多难 2020-12-04 06:33

Till yesterday, everything was normal with Xcode. It was showing simulators as :

\"enter

相关标签:
8条回答
  • 2020-12-04 07:31

    Solution from sunnyxx's weibo:

    1.quit Xcode and iOS Simulator

    2.killall -9 com.apple.CoreSimulator.CoreSimulatorService

    3.rm -rf ~/Library/Developer/CoreSimulator/Devices

    4.reopen Xcode

    Edit: sudo seems unnecessary to kill SimulatorService.This solution will remove all exist simulator and recreate all available version and type simulators.

    0 讨论(0)
  • 2020-12-04 07:33

    You can use the following command :

    snapshot reset_simulators

    If you don't already have snapshot installed :

    sudo gem install snapshot.

    More info on snapshot here : https://github.com/krausefx/snapshot#installation

    0 讨论(0)
提交回复
热议问题