Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crash after export to assets and warning "connection to assetsd was interrupted or assetsd died"

Tags:

ios

ios8

assets

I received strange warning

"connection to assetsd was interrupted or assetsd died"

and crash some after without output to console while working with assets. I save processed video to assets. After several savings application starts glitch and crashes without any output.

Crash shows nothing - just Xcode message "connection with device lost".

like image 440
user3755290 Avatar asked Nov 06 '14 11:11

user3755290


1 Answers

Not sure if my issue is related to Pawan Kumar Sharma's problem. But the problem was related to retain cycle in my code responsible for recording video. So it was memory problem. After fixing retain cycle memory warnings and this strange warning disappeared.

like image 155
user3755290 Avatar answered Oct 13 '22 21:10

user3755290