You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we have a outdated library, or a library that doesn't compile when a new Xcode is released, and we want to do a temporary pre_install hook that modify the lib source code. When cocoapods-binary-cache run its prebuild step, it will run pod install again without running pre_install hook, and it will fail to build the lib.
For example, old version of Charts doesn't compile with Xcode 14. I added a hook to modify its source and log a message.
Output of $ bundle exec pod install:
Output of $ bundle exec pod binary prebuild:
Notice it builds frameworks without running the hook, and later will fail.
The text was updated successfully, but these errors were encountered:
Checklist
Description
Sometimes we have a outdated library, or a library that doesn't compile when a new Xcode is released, and we want to do a temporary
pre_install
hook that modify the lib source code. Whencocoapods-binary-cache
run itsprebuild
step, it will run pod install again without runningpre_install
hook, and it will fail to build the lib.For example, old version of
Charts
doesn't compile with Xcode 14. I added a hook to modify its source and log a message.Output of
$ bundle exec pod install
:Output of
$ bundle exec pod binary prebuild
:Notice it builds frameworks without running the hook, and later will fail.
The text was updated successfully, but these errors were encountered: