-
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
Fix PINCaching compiling in Xcode 12.0b6 (#275) #281
Conversation
@SAGESSE-CN I'm not seeing any errors compiling on Xcode 12 beta 6. Can you provide more info? |
Specifically, if you could point out how I can reproduce it, that would be very helpful! |
ReproduceIn any dependent PINCache project.
ReasonThe compile error in PINCache project was fixed in #276. But that solution was not the best, any users for using PINCache may need to make a lot of changes. The block signature is A better solution is to add the About why must to add Thx! |
Could we get some traction on this PR, What is currently blocking it? |
What is holding up approval of this PR? I cannot get my work done without it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the explanation and fix! Hopefully this will make downstream dependencies a little easier to manage.
I get the latest with your changes and I still get two incompatible pointers. PINCache.m line 109; |
Can you provide more information, a demo that depyon to pincache? |
@SAGESSE-CN My bad, the pod updates but something somewhere in this large legacy project I took over is specifying an earlier version of PINCache, so in my Xcode project it is an old version. |
Reference: https://reviews.llvm.org/D66831#2019125