AFNetWoring导入报错解决方案

第一个当报cannot find interface declaration for 'UIImage或者use of undeclared identifier 'UIImage'时我们要在报错页面导入这个框架

'#import

第二个错误 在AFSecurityPolicy.m这个类中,会报这样三个错误

1. Use of undeclared identifier 'kSecFormatUnknown'

2. Use of undeclared identifier 'kSecItemPemArmour'

3. Implicit declaration of function 'SecItemExport' is invalid in C99

解决的方案为:

25//#if !TARGET_OS_IOS && !TARGET_OS_WATCH

#if !defined(__IPHONE_OS_VERSION_MIN_REQUIRED)

44//#if TARGET_OS_IOS || TARGET_OS_WATCH

#if defined(__IPHONE_OS_VERSION_MIN_REQUIRED)

第三个如果用的是2.0版本的在数据请时有报错

解决方法:

在AFNetworking 2.0 默认不支持text/html

AFURLResponseSerialization.m -> self.acceptableContentTypes = [NSSet setWithObjects:@"application/json", @"text/json",

@"text/javascript", nil]; 添加 @"text/html"

第四是否导入库 SystemConfiguration/System.framwork和MobileCoreServices.framwork

转载于:https://www.cnblogs.com/daijiahong/p/4971197.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值