-
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
PINCache doesn't build in Xcode 12 Beta 4 #275
Comments
This |
It builds now after this commit but tests fail. PINMemoryCache is also broken |
@mycroftcanner Tests succeed for me locally, can you explain which tests fail and what you mean by PINMemoryCache is broken? |
I had a bunch of compilation errors in tests as well. All looking like the one @mycroftcanner initially reported. I've fixed it in this PR. |
@mycroftcanner I just merged @arangato 's PR (thank you!), does this address what you were hitting? |
The same issues also available on Xcode Version 12.0 beta 5 |
@garrettmoon CocoaPods still look for old version and you specify the master branch then PINRemoteImage is out of sync and Texture won't build too. The following will fail:
There was a simple workaround earlier but not I am super confused. |
Has anyone been successful with getting it to build. I'm getting the same error message Incompatible block pointer types. |
a temporary solution add the flags into bulid config
|
This has been fixed in PINCache 3.0.1. We'll put out a new PINRemoteImage release which includes this soon. |
I have fixed it doing these steps: 1- Find PINCache+PINRemoteImageCaching.m file in your project and replace it with this file: 2- Apply changes of this commit to your project files (or you can simply replace the files which had change during this commit): Done! |
where to add the flag, I have added in build settings flags still error shows. |
this one also not working for me |
Still have this issue with the Xcode 12 final version. Should I change my Xcode back to 11 or there is a solution to solve it? |
You must use |
I did try PINCache 3.0.3 but still get same errors - Any updates on this issue ? |
upgrade the latest version 3.0.3. |
It generates a lot of semantic issues:
The text was updated successfully, but these errors were encountered: