DTAssetProviderService could not start DTXConnection with Simulator

后端 未结 9 997
梦如初夏
梦如初夏 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:52

    Can't believe for me it's solved by just restarting mac :O

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

    For me quiting Xcode & Simulator(Reset) and restarting Mac Resolved.

    0 讨论(0)
  • 2020-11-28 13:58
    1. Exit both Xcode and simulator
    2. Delete Derived data [Right click on finder and select "Go To Folder" Type ~/Library/Developer/Xcode/DerivedData/ in textbox. it will redirect you to DerivedData folder.
    3. Delete all folders inside it.
    4. Relaunch Xcode and Run your project again.

    your issue will be solved.

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