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

后端 未结 9 1842
情深已故
情深已故 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:16

    I faced the same issue. Quit Xcode and Restart Mac. This worked for me.

    0 讨论(0)
  • 2021-02-07 00:18

    I had the same issue:

    Try to: - kill simulator (force quit)

    if it won't work, restart mac - it is funny but for me it worked

    0 讨论(0)
  • 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!

    0 讨论(0)
  • 2021-02-07 00:24

    Swapping between 2 versions of Xcode (8.3.3 and 9 GM) gave me this problem in Xcode 9. Solved by Xcode->Preferences->Locations->Command Line Tools, set to Xcode 9. Needed to quit Xcode and the simulator, but it then worked.

    0 讨论(0)
  • 2021-02-07 00:27

    You need to select the latest version of the command line tools in the preference pane.

    1. Xcode -> Preferences
    2. In the Locations tab change the Command Line Tool pop up to the latest version.

    3. Restart Xcode and the Simulator

    0 讨论(0)
  • 2021-02-07 00:34

    This is because you have multiple versions of Xcode in your system. Just quit all the other versions of xcode and also the simulators. Restart the required version of Xcode and it should work.

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