Xcode 12 doesn't Support PINCache

272 Views Asked by At

Previously I have used PINCache in Xcode 11.5 version.
Now I update the Xcode 12.3 version.
PINCache will not support my Xcode it will give following error:

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)')

0

There are 0 best solutions below