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

解决方案:

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

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

实例:

 

xcode 第三方库 Incompatible block pointer types sending

相关文章:

  • 2022-12-23
  • 2021-11-13
  • 2021-06-11
  • 2021-12-18
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案