DTAssetProviderService could not start DTXConnection with Simulator

后端 未结 9 996
梦如初夏
梦如初夏 2020-11-28 13:03

After updating to Xcode 7.3 I am not able to run my app in the iOS Simulator.

On every attempt I am getting the following error message:

DTAss

相关标签:
9条回答
  • 2020-11-28 13:36

    I quit my Xcode and Simulator then opened my project and ran again, it worked for me. But I dont understand what kind of error and why it occured.

    0 讨论(0)
  • 2020-11-28 13:41

    Yes,It happens after upgrading to Xcode 7.3 and Probably You run first time in a simulator.

    When you see this error, Just click "Ok" but Don't quit Simulator or Xcode,Simulator will continue with its process and you can see the progress bar. Let it finish first and then Run project again,You will able to make it run successfully.

    0 讨论(0)
  • 2020-11-28 13:42

    Yes,It happens after upgrading to Xcode 7.3 and Probably when you run your project first time in a simulator.

    Following are the solution 1) Try to reset the simulator 2) Terminate / Kill the simulator 3) Terminate / Kill the Xcode and run again.

    Hope any of above 3 helps you.

    0 讨论(0)
  • 2020-11-28 13:45

    Killing the simulator and restarting it from Xcode helped me.

    You are probably using macOS Sierra which breaks Xcode 7.3.1 (mac store version)

    Use Xcode 8 beta or Xcode 7.3.1.dmg downloaded from the Mac Developer portal for a fix https://developer.apple.com/downloads

    Direct link to Xcode 7.3.1: http://adcdownload.apple.com/Developer_Tools/Xcode_7.3.1/Xcode_7.3.1.dmg

    0 讨论(0)
  • 2020-11-28 13:48

    Simply delete the old App from the simulator by going to: Hardware -> Home (Here, you will be returned to the home screen of the simulator). Now press and hold the old app icon on the simulated 'home' screen until all the apps start wobbling. Tap the cross and you will be asked to confirm the deletion.

    Now build your app again and all should be fine.

    0 讨论(0)
  • 2020-11-28 13:50

    For me, it was an issue with having WebSense installed by my IT department. It is known to inject libraries into other processes such as Simulator. Once removed, it was working again.

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