xcode 第三方库 Incompatible block pointer types sending

Incompatible block pointer types sending 'void (^)(PINMemoryCache *__strong, NSString *__strong, __strong id)' to parameter of type 'PINCacheObjectBlock _Nonnull' (aka 'void (^)(id  _Nonnull __strong, NSString * _Nonnull __strong, id  _Nullable __strong)')

解决方案:

在 pod 中的第三方库中家上:

-Xclang -fcompatibility-qualified-id-block-type-checking

实例:

 

xcode 第三方库 Incompatible block pointer types sending_第1张图片

你可能感兴趣的:(oc)