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

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

    Same error. For me running xcode-select helped:

    sudo xcode-select -s /Applications/Xcode-beta.app/Contents/Developer/
    
    0 讨论(0)
  • 2021-02-07 00:42
    • If you are using two versions of Xcode, remove one or quit all Xcode and simulators.
    • Go to preferences and Set proper version for command line tools
    • click on Derived Data, go to Derived data and delete that folder or simply use rm -rf ~/Library/Developer/Xcode/DerivedData
    • Click on Simulator reset content settings and just quit XCode and simulator and open clear and build the Xcode and run it.
    0 讨论(0)
  • 2021-02-07 00:42

    Restart Xcode & Simulator. delete the app from simulator make clean & try to deploy again. it works for me.

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