Connection to assetsd was interrupted or assetsd died

Aggressor picture Aggressor · Oct 30, 2014 · Viewed 9.6k times · Source

I load photos from PHAssets. I get this error log when I load some images and pass them to another view controller. I can't seem to find anything online about this. Anyone encounter this and know what it is?

I also get this error along with it:

***** Error: logging directory does not exist /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/

Answer

Shobhakar Tiwari picture Shobhakar Tiwari · Feb 13, 2015

There may be following reason :

1.)It may occur when we try to use multiple Image view (Image) so just image and try to release it , it will solve problem.

2.)Also to avoid create too many property for storing images .

3.)If we need to send image to another view try to compress it .