I am unable to launch my app on simulator using Xcode 7.3.1 iPhone 5s simulator. I am getting an error message in Xcode is "DTAssetProviderService could not start DTXConnection"
Asked
Active
Viewed 1,106 times
1

iPC
- 5,916
- 3
- 26
- 38
-
And what did the system log tell you? – Droppy Jun 16 '16 at 08:23
-
3See also http://stackoverflow.com/questions/37828996/xcode-dtassetproviderservice-could-not-start-error-how-fix-this -- maybe mark this as a duplicate – Peter Theill Jun 16 '16 at 13:01
1 Answers
5
- Build app
- The app will still install on the simulator, even with the error
- Launch the app manually on the simulator
- Go to Xcode
- Click Debug > Attach to Process > Your App Name

schystz
- 800
- 1
- 8
- 21

Kiran P Nair
- 2,041
- 22
- 31