Jayprakash Dubey
Jayprakash Dubey

Reputation: 36447

DTAssetProviderService could not start DTXConnection with Simulator iOS 9

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?

Upvotes: 1

Views: 657

Answers (2)

user6694170
user6694170

Reputation:

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.

Upvotes: 1

Mss iOS
Mss iOS

Reputation: 157

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

Upvotes: 0

Related Questions