-
Notifications
You must be signed in to change notification settings - Fork 52
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
Unable to build on Xcode 12 due to PINCache dependency #97
Comments
hey @joshavant that's odd -
|
hey @joshavant I just updated the above pod spec - let me know if this helps!
|
I had to remove my I'm having issues just getting a build to complete in Xcode 14 GM right now, so I can't confirm it successfully builds. That said, looking at my Podfile.lock, I see that |
thanks for the update @joshavant - please check out my comment here: |
hopeful fixes for squashing warnings
Hello,
I'm unable to build on Xcode 12 due to Giphy's dependency on a version of PINCache which does not build on Xcode 12. I get the following build errors:
My Podfile includes the Giphy pod in my project using the following declaration:
My Podfile.lock describes the actually installed version like so:
My Podfile.lock describes the PINCache version installed from this dependency like so:
Looking on the PINCache project page, it appears the version following
3.0.1-beta.8
(which was dubbed3.0.1
) added support for Xcode 12:https://github.com/pinterest/PINCache/releases/tag/3.0.1
To fix this issue, It appears that Giphy needs to cut a new version with an updated PINCache dependency version set to
3.0.1
.The text was updated successfully, but these errors were encountered: