Skip to content

Instantly share code, notes, and snippets.

@sunnyxx
Last active March 2, 2016 04:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save sunnyxx/28d584629cca297e4517 to your computer and use it in GitHub Desktop.
Save sunnyxx/28d584629cca297e4517 to your computer and use it in GitHub Desktop.

解决多个 Xcode 导致的 N 个模拟器问题

效果(感谢汤哥的截图)

命令(来自百度知道唐代富):

  1. 彻底关闭 Xcode 和模拟器
  2. $ sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
  3. $ rm -rf ~/Library/Developer/CoreSimulator/Devices
  4. 重启 Xcode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment