Before you start, make sure you have the latest version of the Cocoapods Install
step in your workflow.
- Open your app’s
Workflow Editor
. -
Insert the
Cache:Pull
step after theGit Clone
but before theCocoapods Install
steps.IMPORTANT: Make sure that your step is version 1.0.0 or newer. With the older versions, you have to manually specify paths for caching.
- Insert the
Cache:Push
step to the very end of your workflow.
And that is all you have to do! If you wish to use an earlier version of the Cache
steps, you can find more information here.