Xcode compiles my App, but can't run it in the simulator

后端 未结 20 1298
一向
一向 2020-12-05 01:59

when i compile my app, Xcode just says \"Attaching to Projectname...\" and gets stuck there. The debugger just prints this out:

error: failed to attac

20条回答
  •  借酒劲吻你
    2020-12-05 02:30

    If you are using a network account, you should replace the "~/Library/Application Support/iPhone Simulator" with a link to a local directory. This worked for me after trying everything else.

提交回复
热议问题