Swift Playground and Simulator Error (ipc/mig) server died, Unable to boot the iOS Simulator

后端 未结 3 1698
天涯浪人
天涯浪人 2020-12-11 15:40

When I try to do anything in Playground, this pops up before I even finish typing a word.

Error running playground. Failed to launch iOS stub for playground: The ope

相关标签:
3条回答
  • 2020-12-11 15:58

    Currently the Xcode 6 beta needs to reside in \Applications for the playground and simulator to work. After you move it there you need to reboot.

    0 讨论(0)
  • 2020-12-11 16:02

    Your firewall is blocking the debugger, you need to allow it to connect:

    TCP out 127.0.0.1:63748

    Or allow the debugserver process open access (whichever you, or your firewall, prefer(s)).

    Upon enabling it, and restarting Xcode everything should work like a charm.

    Note/Update:

    If you're having trouble finding, or allowing, the debugserver simply try, temporarily, disabling your firewall and restart xcode. Does the playground work? Oh, and don't forget to make sure you've got the assistant view open and the output box showing.

    0 讨论(0)
  • 2020-12-11 16:18

    This error popped up for me when I closed the simulator before Xcode finished attaching my application to it. Opening the simulator and running the app again solved this problem.

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