标签: iphone ios objective-c afnetworking afnetworking-2
将我的项目更新为AFNetworking,Xcode显示此错误:
AFNetworking
@property (nonatomic, strong) dispatch_queue_t completionQueue;
具有“retain or strong”属性的属性必须是对象类型。
retain or strong
我无法理解为什么官方示例没有错误警告?
答案 0 :(得分:21)
我明白了,因为我在iOS5上测试,dispatch_queue_t是从iOS 6开始的对象