1

When I'm trying to build my app I'm getting an error DTAssetProviderService could not start DTXConnection with Simulator 'iPhone 6s'. Check the systems logs for errors.

Screenshot

Why am I getting this?

Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
  • Possible duplicate of [DTAssetProviderService could not start DTXConnection with Simulator](http://stackoverflow.com/questions/36200318/dtassetproviderservice-could-not-start-dtxconnection-with-simulator) – Jeremy Huddleston Sequoia Jun 03 '16 at 22:40

2 Answers2

1

Yes this error will happen after Xcode is updated to version 7.3 . For solving this error the easy way is:

First of all - Quit both Xcode & simulator

second, 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. Delete all folders which are inside it.

Now finally close the project and Relaunch Xcode and Run your project again.

Sampada
  • 2,931
  • 7
  • 27
  • 39
0

When you see this error, Just click "Ok".and agains Project Run it its working fine. Or Quit Simulator and reset contest setting.

Mss iOS
  • 157
  • 9