Closed yushuyi closed 10 years ago
CocoaPods pod AFNetworking + injectionforxcode
build error
Property with 'retain (or strong)' attribute must be of object type
why ?
I don’t know why you only get this error when injecting but I don’t think dispatch_group_t is an object so I would have thought you shouldn’t be trying to retain it with a strong property!
CocoaPods pod AFNetworking + injectionforxcode
build error
Property with 'retain (or strong)' attribute must be of object type
why ?