Workflow that allow you to configure pods configuration

Hello,

Is there a workflow that allow you to set the pods configuration? I would like to run pod install each time via Bitrise and would like to include an additional workflow that let me configure the pod configuration such as probably setting a third party pod configuration to a different value.

I am aware that I could use my local cocoapods changes but I would like to opt for the above way.

Hello @zhiyao92

If you use the Run Cocoapods Install step th epods will be installed based on your Podfile.lock so everything will be set up as the project runs locally

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.