gpt4 book ai didi

ios - 使用自述文件中的示例时出现 AFNetworking 异常

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:45:19 26 4
gpt4 key购买 nike

我还提出了一个问题 here .

使用自述文件中的代码:

AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager];
[manager GET:@"http://www.google.com" parameters:nil success:^(AFHTTPRequestOperation *operation, id responseObject) {
NSLog(@"JSON: %@", responseObject);
} failure:^(AFHTTPRequestOperation *operation, NSError *error) {
NSLog(@"Error: %@", error);
}];

抛出以下异常:

2013-09-27 22:16:10.345 Grades[1000:60b] -[AFHTTPRequestOperation setResponseSerializer:]: unrecognized selector sent to instance 0x1666c3f0
2013-09-27 22:16:10.349 Grades[1000:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[AFHTTPRequestOperation setResponseSerializer:]: unrecognized selector sent to instance 0x1666c3f0'
*** First throw call stack:
(0x2ee83f53 0x396926af 0x2ee878e7 0x2ee861d3 0x2edd5598 0xe49ed 0xe4c4d 0x100b93 0x3160f3db 0x31723c57 0x3160f3db 0x316759e7 0x31675971 0x315ed48f 0x2ee4f1d5 0x2ee4cb79 0x2ee4cebb 0x2edb7ce7 0x2edb7acb 0x33ab2283 0x31659a41 0xf1075 0x39b9aab7)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)

我已确认所有 AFNetworking 文件已更新至 2.0。

我该如何解决这个异常?

最佳答案

问题是一些文件没有正确更新。尝试从您的项目目录中删除所有 AFNetworking 文件,清理并构建,安装新文件,然后再次清理并构建。

关于ios - 使用自述文件中的示例时出现 AFNetworking 异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19070594/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com