0

我有像“NSData response =”这样的错误。我正在使用以下请求方法:

+ (NSData *)sendSynchronousRequest:(NSURLRequest *)request returningResponse:(NSURLResponse **)response error:(NSError **)error;

实际上我正在从服务器下载图像并显示在 UIImageView 中。我正在使用“dispatch_async”下载图像,当图像被下载时,然后将其移动到主队列。在这里,我在 UIImageView 中显示图像。但是这里的应用程序崩溃了。

当我打印崩溃报告时,它会显示"NSData response = <Invalid PC in frame.>" 有时我遇到了这个问题,有时应用程序可以完美运行而不会崩溃。

我应该怎么办?

4

0 回答 0