Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/102.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 什么是通信错误:Xcode 7.2中的OS_xpc_错误?_Ios_Xcode - Fatal编程技术网

Ios 什么是通信错误:Xcode 7.2中的OS_xpc_错误?

Ios 什么是通信错误:Xcode 7.2中的OS_xpc_错误?,ios,xcode,Ios,Xcode,我正在使用SDWebImage从服务器异步下载映像 服务器上的某些图像大小为(1772x1476像素) 我正在UICollectionView上显示这些图像。我在滚动几次后收到内存警告和应用程序崩溃 有些时候是在第一次下载图像时,有些时候是在我上下滚动收藏视图时 在我的控制台中,我收到以下消息: Communications error: <OS_xpc_error: <error: 0x3b3c2614> { count = 1, contents = "XPCErr

我正在使用SDWebImage从服务器异步下载映像

服务器上的某些图像大小为(1772x1476像素)

我正在UICollectionView上显示这些图像。我在滚动几次后收到内存警告和应用程序崩溃

有些时候是在第一次下载图像时,有些时候是在我上下滚动收藏视图时

在我的控制台中,我收到以下消息:

Communications error: <OS_xpc_error: <error: 0x3b3c2614> { count = 1, contents =
    "XPCErrorDescription" => <string: 0x3b3c286c> { length = 22, contents = "Connection interrupted" }
}>
通信错误:{length=22,contents=“连接中断”}
}>
大约有600个图像来自服务器

原因是什么?谁能给我指路吗

我在我的x代码上收到警告,如下图所示: