DTAssetProviderService could not start DTXConnection with Simulator

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

提交回复
热议问题