Unexpected Xcode error (0xC011) after starting the program and when I click on the organizer

xcode encountered an expected error file (0xC011) exists / SourceCache / DTDeviceKit / DTDeviceKit -2083 / DTDeviceKit / DTDKApplication.m: 14 74

in the program I write some data to different csv files for testing and worked fine for 2 weeks, what do you think? if files stored on iPhone are causing this error? if so, what to do to solve this problem. if this is NOT what causes the error, then ANY idea of ​​what this error means?

Thank you in advance

+4
source share
1 answer

I had the same problem, to fix it, I uninstalled the application from my device and re-executed it in Xcode, and I was able to browse / load my container without any problems.

+1
source

Source: https://habr.com/ru/post/1480843/


All Articles