Software caused connection abort. Error returned in reply:Connection invalid

后端 未结 9 2086
情深已故
情深已故 2021-02-06 23:36

My Xcode 9 gives the message to which I don\'t know how to respond. I want to run the app to my simulator, and I am getting this weird message. Attaching the snapshot for the sa

9条回答
  •  广开言路
    2021-02-07 00:20

    It seems that there is error while Xcode is trying to connect with Simulator/Device in order to run app.

    So there are multiple solution to this issue :

    1. Clean project (shortcut : cmd + shift + k) / Clean Build project (shortcut : cmd + shift + alt + k)

    2. Delete derived data content (Open Xcode preference using cmd + comma). Goto Location tab. In Derived Data section press on arrow symbol.

    1. Quit Xcode and Simulator

    For me solution 3 worked!

提交回复
热议问题