Connection to assetsd was interrupted or assetsd died(与 assetsd 的连接被中断或 assetsd 死亡)
问题描述
我从 PHAssets 加载照片.当我加载一些图像并将它们传递给另一个视图控制器时,我得到了这个错误日志.我似乎无法在网上找到任何关于此的内容.有谁遇到过这个知道是什么吗?
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?
我也收到了这个错误:
***** Error: logging directory does not exist /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/
推荐答案
可能有以下原因:
1.)
当我们尝试使用多个图像视图(Image)时可能会发生这种情况,所以只需图像并尝试释放它,它会解决问题.
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.)
也是为了避免创建过多的属性来存储图片.
2.)
Also to avoid create too many property for storing images .
3.)
如果我们需要将图像发送到另一个视图尝试压缩它.
3.)
If we need to send image to another view try to compress it .
这篇关于与 assetsd 的连接被中断或 assetsd 死亡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:与 assetsd 的连接被中断或 assetsd 死亡
基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01