initWithContentsOfURL仅在iOS 5.x中返回nil

时间:2013-11-27 08:51:44

标签: ios iphone ios5

我搜索了有关此问题的所有主题,但我找不到答案。

我需要从远程网址读取.txt文件并使用此

NSString *text = [[NSString alloc] initWithContentsOfURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@paco2.txt", downloadURL]] usedEncoding:&encoding error:&error];

并下载网址

http://www.aaaaaa.com/

当我在iOS6或iOS7中使用该应用程序时效果很好,但在iOS5中,该函数返回nil。

错误是:

Error Domain=NSCocoaErrorDomain Code=256 "The operation couldn’t be completed. (Cocoa error 256.)" UserInfo=0x1081e7f0 {NSURL=http://www.aaaaaa.com/paco2.txt}

我很生气地寻找答案。

0 个答案:

没有答案