-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in xcode12 compilation #284
Comments
I also have the same problem, downgraded to 11.7 for now. |
emmmmm |
#281 this PR will fix it |
@zhouxubin can you confirm you are using 3.0.1? |
I'm having the exact problem |
@unamed000 what version of PINCache are you using? |
@garrettmoon EDIT: Could you please make a beta version for this? :) |
was it fixed? any update? |
@unamed000 3.0.1 was released, please update! |
When I upgraded to xcode12, the compiler reported 23 errors in the morning
Incompatible block pointer types initializing '__strong PINCacheObjectBlock' (aka 'void (^__strong)(id<PINCaching> _Nonnull __strong, NSString * _Nonnull __strong, id _Nullable __strong)') with an expression of type 'PINDiskCacheObjectBlock _Nullable __strong' (aka 'void (^__strong)(PINDiskCache * _Nonnull __strong, NSString * _Nonnull __strong, id<NSCoding> _Nullable __strong)')
The text was updated successfully, but these errors were encountered: